#0C402D

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

Shades of British Racing Green #0C402D

Tints of British Racing Green #0C402D

Color information

#0C402D (or 0x0C402D) is unknown color: approx British Racing Green. HEX triplet: 0C, 40 and 2D. RGB value is (12,64,45). Sum of RGB (Red+Green+Blue) = 12+64+45=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #0C402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C402D is #F3BFD2. Grayscale: #2E2E2E. Windows color (decimal): -15974355 or 2965516. OLE color: 2965516.

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

Color convert

RGB126445-
CMYK0.8100.300.75
HSL158.08º68.42%14.9%-
HSV(B)158.08º81.25%25.1%-
XYZ2.463.933.11-
YUV46.29127.27103.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.92%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 45 (17.97% from 255) = 37.19%
R=9.92%
G=52.89%
B=37.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1264450.8100.300.75158.0868.4214.9
HexC402D5101E4B9e44f
Octal141005512103611323610417
Binary11001000000101101101000101111010010111001111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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