#0C4029

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

Shades of British Racing Green #0C4029

Tints of British Racing Green #0C4029

Color information

#0C4029 (or 0x0C4029) is unknown color: approx British Racing Green. HEX triplet: 0C, 40 and 29. RGB value is (12,64,41). Sum of RGB (Red+Green+Blue) = 12+64+41=117 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.26% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #0C4029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4029 is #F3BFD6. Grayscale: #2D2D2D. Windows color (decimal): -15974359 or 2703372. OLE color: 2703372.

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

Color convert

RGB126441-
CMYK0.8100.360.75
HSL153.46º68.42%14.9%-
HSV(B)153.46º81.25%25.1%-
XYZ2.393.912.73-
YUV45.83125.27103.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.26%
GREEN value IS 64 (25.39% from 255) = 54.70%
BLUE value IS 41 (16.41% from 255) = 35.04%
R=10.26%
G=54.70%
B=35.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1264410.8100.360.75153.4668.4214.9
HexC4029510244B9944f
Octal141005112104411323110417
Binary110010000001010011010001010010010010111001100110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,64,41); }

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

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

 a { background-color: rgb(12,64,41); }

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

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

 span { border-color: rgb(12,64,41); }

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