#0C422E

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

Shades of British Racing Green #0C422E

Tints of British Racing Green #0C422E

Color information

#0C422E (or 0x0C422E) is unknown color: approx British Racing Green. HEX triplet: 0C, 42 and 2E. RGB value is (12,66,46). Sum of RGB (Red+Green+Blue) = 12+66+46=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #0C422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C422E is #F3BDD1. Grayscale: #2F2F2F. Windows color (decimal): -15973842 or 3031564. OLE color: 3031564.

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

Color convert

RGB126646-
CMYK0.8200.300.74
HSL157.78º69.23%15.29%-
HSV(B)157.78º81.82%25.88%-
XYZ2.594.173.25-
YUV47.57127.11102.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.68%
GREEN value IS 66 (26.17% from 255) = 53.23%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=9.68%
G=53.23%
B=37.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1266460.8200.300.74157.7869.2315.29
HexC422E5201E4A9e45f
Octal141025612203611223610517
Binary11001000010101110101001001111010010101001111010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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