#0C2A27

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

Shades of Racing Green #0C2A27

Tints of Racing Green #0C2A27

Color information

#0C2A27 (or 0x0C2A27) is unknown color: approx Racing Green. HEX triplet: 0C, 2A and 27. RGB value is (12,42,39). Sum of RGB (Red+Green+Blue) = 12+42+39=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 42 (16.80% from 255 or 45.16% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 42 - color contains mainly: green. Hex color #0C2A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2A27 is #F3D5D8. Grayscale: #202020. Windows color (decimal): -15979993 or 2566668. OLE color: 2566668.

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

Color convert

RGB124239-
CMYK0.7100.070.84
HSL174º55.56%10.59%-
HSV(B)174º71.43%16.47%-
XYZ1.351.882.21-
YUV32.69131.56113.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.90%
GREEN value IS 42 (16.80% from 255) = 45.16%
BLUE value IS 39 (15.62% from 255) = 41.94%
R=12.90%
G=45.16%
B=41.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1242390.7100.070.8417455.5610.59
HexC2A27470754ae38b
Octal145247107071242567013
Binary1100101010100111100011101111010100101011101110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,42,39); }

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

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

 a { background-color: rgb(12,42,39); }

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

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

 span { border-color: rgb(12,42,39); }

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