#0C4027

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

Shades of British Racing Green #0C4027

Tints of British Racing Green #0C4027

Color information

#0C4027 (or 0x0C4027) is unknown color: approx British Racing Green. HEX triplet: 0C, 40 and 27. RGB value is (12,64,39). Sum of RGB (Red+Green+Blue) = 12+64+39=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #0C4027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4027 is #F3BFD8. Grayscale: #2D2D2D. Windows color (decimal): -15974361 or 2572300. OLE color: 2572300.

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

Color convert

RGB126439-
CMYK0.8100.390.75
HSL151.15º68.42%14.9%-
HSV(B)151.15º81.25%25.1%-
XYZ2.353.892.55-
YUV45.6124.27104.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.43%
GREEN value IS 64 (25.39% from 255) = 55.65%
BLUE value IS 39 (15.62% from 255) = 33.91%
R=10.43%
G=55.65%
B=33.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1264390.8100.390.75151.1568.4214.9
HexC4027510274B9744f
Octal141004712104711322710417
Binary110010000001001111010001010011110010111001011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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