#0C422B

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

Shades of British Racing Green #0C422B

Tints of British Racing Green #0C422B

Color information

#0C422B (or 0x0C422B) is unknown color: approx British Racing Green. HEX triplet: 0C, 42 and 2B. RGB value is (12,66,43). Sum of RGB (Red+Green+Blue) = 12+66+43=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #0C422B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C422B is #F3BDD4. Grayscale: #2F2F2F. Windows color (decimal): -15973845 or 2834956. OLE color: 2834956.

HSL color Cylindrical-coordinate representation of color #0C422B: hue angle of 154.44º 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 #0C422B is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB126643-
CMYK0.8200.350.74
HSL154.44º69.23%15.29%-
HSV(B)154.44º81.82%25.88%-
XYZ2.544.152.95-
YUV47.23125.61102.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.92%
GREEN value IS 66 (26.17% from 255) = 54.55%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=9.92%
G=54.55%
B=35.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1266430.8200.350.74154.4469.2315.29
HexC422B520234A9a45f
Octal141025312204311223210517
Binary110010000101010111010010010001110010101001101010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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