#0C402C

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

Shades of British Racing Green #0C402C

Tints of British Racing Green #0C402C

Color information

#0C402C (or 0x0C402C) is unknown color: approx British Racing Green. HEX triplet: 0C, 40 and 2C. RGB value is (12,64,44). Sum of RGB (Red+Green+Blue) = 12+64+44=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #0C402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C402C is #F3BFD3. Grayscale: #2E2E2E. Windows color (decimal): -15974356 or 2899980. OLE color: 2899980.

HSL color Cylindrical-coordinate representation of color #0C402C: hue angle of 156.92º 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 #0C402C is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB126444-
CMYK0.8100.310.75
HSL156.92º68.42%14.9%-
HSV(B)156.92º81.25%25.1%-
XYZ2.443.933.01-
YUV46.17126.77103.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10%
GREEN value IS 64 (25.39% from 255) = 53.33%
BLUE value IS 44 (17.58% from 255) = 36.67%
R=10%
G=53.33%
B=36.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1264440.8100.310.75156.9268.4214.9
HexC402C5101F4B9d44f
Octal141005412103711323510417
Binary11001000000101100101000101111110010111001110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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