#0C412E

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

Shades of British Racing Green #0C412E

Tints of British Racing Green #0C412E

Color information

#0C412E (or 0x0C412E) is unknown color: approx British Racing Green. HEX triplet: 0C, 41 and 2E. RGB value is (12,65,46). Sum of RGB (Red+Green+Blue) = 12+65+46=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #0C412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C412E is #F3BED1. Grayscale: #2F2F2F. Windows color (decimal): -15974098 or 3031308. OLE color: 3031308.

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

Color convert

RGB126546-
CMYK0.8200.290.75
HSL158.49º68.83%15.1%-
HSV(B)158.49º81.54%25.49%-
XYZ2.544.063.23-
YUV46.99127.44103.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.76%
GREEN value IS 65 (25.78% from 255) = 52.85%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=9.76%
G=52.85%
B=37.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1265460.8200.290.75158.4968.8315.1
HexC412E5201D4B9e45f
Octal141015612203511323610517
Binary11001000001101110101001001110110010111001111010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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