#0C2D29

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

Shades of Racing Green #0C2D29

Tints of Racing Green #0C2D29

Color information

#0C2D29 (or 0x0C2D29) is unknown color: approx Racing Green. HEX triplet: 0C, 2D and 29. RGB value is (12,45,41). Sum of RGB (Red+Green+Blue) = 12+45+41=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 45 - color contains mainly: green. Hex color #0C2D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2D29 is #F3D2D6. Grayscale: #222222. Windows color (decimal): -15979223 or 2698508. OLE color: 2698508.

HSL color Cylindrical-coordinate representation of color #0C2D29: hue angle of 172.73º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C2D29 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB124541-
CMYK0.7300.090.82
HSL172.73º57.89%11.18%-
HSV(B)172.73º73.33%17.65%-
XYZ1.492.122.43-
YUV34.68131.57111.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.24%
GREEN value IS 45 (17.97% from 255) = 45.92%
BLUE value IS 41 (16.41% from 255) = 41.84%
R=12.24%
G=45.92%
B=41.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1245410.7300.090.82172.7357.8911.18
HexC2D29490952ad3ab
Octal1455511110111222557213
Binary11001011011010011001001010011010010101011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,45,41); }

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

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

 a { background-color: rgb(12,45,41); }

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

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

 span { border-color: rgb(12,45,41); }

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