#2D605F

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

Shades of Oracle #2D605F

Tints of Oracle #2D605F

Color information

#2D605F (or 0x2D605F) is unknown color: approx Oracle. HEX triplet: 2D, 60 and 5F. RGB value is (45,96,95). Sum of RGB (Red+Green+Blue) = 45+96+95=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #2D605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D605F is #D29FA0. Grayscale: #505050. Windows color (decimal): -13803425 or 6250541. OLE color: 6250541.

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

Color convert

RGB459695-
CMYK0.5300.010.62
HSL178.82º36.17%27.65%-
HSV(B)178.82º53.12%37.65%-
XYZ7.339.7512.32-
YUV80.64136.1102.58-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.07%
GREEN value IS 96 (37.89% from 255) = 40.68%
BLUE value IS 95 (37.5% from 255) = 40.25%
R=19.07%
G=40.68%
B=40.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4596950.5300.010.62178.8236.1727.65
Hex2D605F35013Eb3241c
Octal551401376501762634434
Binary10110111000001011111110101011111101011001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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