#2D6061

Color #2D6061 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #2D6061

Tints of Oracle #2D6061

Color information

#2D6061 (or 0x2D6061) is unknown color: approx Oracle. HEX triplet: 2D, 60 and 61. RGB value is (45,96,97). Sum of RGB (Red+Green+Blue) = 45+96+97=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #2D6061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6061 is #D29F9E. Grayscale: #505050. Windows color (decimal): -13803423 or 6381613. OLE color: 6381613.

HSL color Cylindrical-coordinate representation of color #2D6061: hue angle of 181.15º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D6061 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB459697-
CMYK0.540.0100.62
HSL181.15º36.62%27.84%-
HSV(B)181.15º53.61%38.04%-
XYZ7.429.7912.81-
YUV80.87137.1102.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 18.91%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=18.91%
G=40.34%
B=40.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4596970.540.0100.62181.1536.6227.84
Hex2D606136103Eb5251c
Octal551401416610762654534
Binary10110111000001100001110110101111101011010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D6061; }

 p { color: rgb(45,96,97); }

 H1.HeaderClassName
 {
   color: #2D6061;
 }
 .AnyTagClassName
 {
   color: #2D6061;
 }
</style>
background-color css

<style>
 a { background-color: #2D6061; }

 a { background-color: rgb(45,96,97); }

 div.DivClassName
 {
   background-color: #2D6061;
 }
 .BgClassName
 {
   background-color: #2D6061;
 }
</style>
border-color css

<style>
 span { border-color: #2D6061; }

 span { border-color: rgb(45,96,97); }

 td.TdClassName
 {
   border-color: #2D6061;
 }
 .TagClassName
 {
   border-color: #2D6061;
 }
</style>