#2C5D5F

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

Shades of Oracle #2C5D5F

Tints of Oracle #2C5D5F

Color information

#2C5D5F (or 0x2C5D5F) is unknown color: approx Oracle. HEX triplet: 2C, 5D and 5F. RGB value is (44,93,95). Sum of RGB (Red+Green+Blue) = 44+93+95=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #2C5D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5D5F is #D3A2A0. Grayscale: #4E4E4E. Windows color (decimal): -13869729 or 6249772. OLE color: 6249772.

HSL color Cylindrical-coordinate representation of color #2C5D5F: hue angle of 182.35º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C5D5F is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB449395-
CMYK0.540.0200.63
HSL182.35º36.69%27.25%-
HSV(B)182.35º53.68%37.25%-
XYZ7.029.1912.23-
YUV78.58137.27103.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.97%
GREEN value IS 93 (36.72% from 255) = 40.09%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=18.97%
G=40.09%
B=40.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4493950.540.0200.63182.3536.6927.25
Hex2C5D5F36203Fb6251b
Octal541351376620772664533
Binary101100101110110111111101101001111111011011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,93,95); }

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

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

 a { background-color: rgb(44,93,95); }

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

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

 span { border-color: rgb(44,93,95); }

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