#0C2B28

Color #0C2B28 Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #0C2B28

Tints of Racing Green #0C2B28

Color information

#0C2B28 (or 0x0C2B28) is unknown color: approx Racing Green. HEX triplet: 0C, 2B and 28. RGB value is (12,43,40). Sum of RGB (Red+Green+Blue) = 12+43+40=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 43 (17.19% from 255 or 45.26% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 43 - color contains mainly: green. Hex color #0C2B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2B28 is #F3D4D7. Grayscale: #212121. Windows color (decimal): -15979736 or 2632460. OLE color: 2632460.

HSL color Cylindrical-coordinate representation of color #0C2B28: hue angle of 174.19º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C2B28 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.83.

Color convert

RGB124340-
CMYK0.7200.070.83
HSL174.19º56.36%10.78%-
HSV(B)174.19º72.09%16.86%-
XYZ1.41.962.31-
YUV33.39131.73112.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.63%
GREEN value IS 43 (17.19% from 255) = 45.26%
BLUE value IS 40 (16.02% from 255) = 42.11%
R=12.63%
G=45.26%
B=42.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1243400.7200.070.83174.1956.3610.78
HexC2B28480753ae38b
Octal145350110071232567013
Binary1100101011101000100100001111010011101011101110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C2B28; }

 p { color: rgb(12,43,40); }

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

<style>
 a { background-color: #0C2B28; }

 a { background-color: rgb(12,43,40); }

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

<style>
 span { border-color: #0C2B28; }

 span { border-color: rgb(12,43,40); }

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