#0C4028

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

Shades of British Racing Green #0C4028

Tints of British Racing Green #0C4028

Color information

#0C4028 (or 0x0C4028) is unknown color: approx British Racing Green. HEX triplet: 0C, 40 and 28. RGB value is (12,64,40). Sum of RGB (Red+Green+Blue) = 12+64+40=116 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.34% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #0C4028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4028 is #F3BFD7. Grayscale: #2D2D2D. Windows color (decimal): -15974360 or 2637836. OLE color: 2637836.

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

Color convert

RGB126440-
CMYK0.8100.380.75
HSL152.31º68.42%14.9%-
HSV(B)152.31º81.25%25.1%-
XYZ2.373.92.64-
YUV45.72124.77103.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.34%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=10.34%
G=55.17%
B=34.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1264400.8100.380.75152.3168.4214.9
HexC4028510264B9844f
Octal141005012104611323010417
Binary110010000001010001010001010011010010111001100010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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