#0C422D

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

Shades of British Racing Green #0C422D

Tints of British Racing Green #0C422D

Color information

#0C422D (or 0x0C422D) is unknown color: approx British Racing Green. HEX triplet: 0C, 42 and 2D. RGB value is (12,66,45). Sum of RGB (Red+Green+Blue) = 12+66+45=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #0C422D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C422D is #F3BDD2. Grayscale: #2F2F2F. Windows color (decimal): -15973843 or 2966028. OLE color: 2966028.

HSL color Cylindrical-coordinate representation of color #0C422D: hue angle of 156.67º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C422D is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB126645-
CMYK0.8200.320.74
HSL156.67º69.23%15.29%-
HSV(B)156.67º81.82%25.88%-
XYZ2.574.163.15-
YUV47.46126.61102.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.76%
GREEN value IS 66 (26.17% from 255) = 53.66%
BLUE value IS 45 (17.97% from 255) = 36.59%
R=9.76%
G=53.66%
B=36.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1266450.8200.320.74156.6769.2315.29
HexC422D520204A9d45f
Octal141025512204011223510517
Binary110010000101011011010010010000010010101001110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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