#004C0F

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

Shades of British Racing Green #004C0F

Tints of British Racing Green #004C0F

Color information

#004C0F (or 0x004C0F) is unknown color: approx British Racing Green. HEX triplet: 00, 4C and 0F. RGB value is (0,76,15). Sum of RGB (Red+Green+Blue) = 0+76+15=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 76 (30.08% from 255 or 83.52% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 76 - color contains mainly: green. Hex color #004C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004C0F is #FFB3F0. Grayscale: #2E2E2E. Windows color (decimal): -16757745 or 1002496. OLE color: 1002496.

HSL color Cylindrical-coordinate representation of color #004C0F: hue angle of 131.84º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C0F is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.70.

Color convert

RGB07615-
CMYK100.800.70
HSL131.84º100%14.9%-
HSV(B)131.84º100%29.8%-
XYZ2.675.21.32-
YUV46.32110.3294.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 76 (30.08% from 255) = 83.52%
BLUE value IS 15 (6.25% from 255) = 16.48%
R=0%
G=83.52%
B=16.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal07615100.800.70131.8410014.9
Hex04CF64050468464f
Octal011417144012010620414417
Binary01001100111111001000101000010001101000010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004C0F; }

 p { color: rgb(0,76,15); }

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

<style>
 a { background-color: #004C0F; }

 a { background-color: rgb(0,76,15); }

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

<style>
 span { border-color: #004C0F; }

 span { border-color: rgb(0,76,15); }

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