#0C402B

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

Shades of British Racing Green #0C402B

Tints of British Racing Green #0C402B

Color information

#0C402B (or 0x0C402B) is unknown color: approx British Racing Green. HEX triplet: 0C, 40 and 2B. RGB value is (12,64,43). Sum of RGB (Red+Green+Blue) = 12+64+43=119 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.08% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #0C402B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C402B is #F3BFD4. Grayscale: #2E2E2E. Windows color (decimal): -15974357 or 2834444. OLE color: 2834444.

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

Color convert

RGB126443-
CMYK0.8100.330.75
HSL155.77º68.42%14.9%-
HSV(B)155.77º81.25%25.1%-
XYZ2.423.922.91-
YUV46.06126.27103.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.08%
GREEN value IS 64 (25.39% from 255) = 53.78%
BLUE value IS 43 (17.19% from 255) = 36.13%
R=10.08%
G=53.78%
B=36.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1264430.8100.330.75155.7768.4214.9
HexC402B510214B9c44f
Octal141005312104111323410417
Binary110010000001010111010001010000110010111001110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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