#004E0C

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

Shades of British Racing Green #004E0C

Tints of British Racing Green #004E0C

Color information

#004E0C (or 0x004E0C) is unknown color: approx British Racing Green. HEX triplet: 00, 4E and 0C. RGB value is (0,78,12). Sum of RGB (Red+Green+Blue) = 0+78+12=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 78 (30.86% from 255 or 86.67% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 78 - color contains mainly: green. Hex color #004E0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #004E0C is #FFB1F3. Grayscale: #2F2F2F. Windows color (decimal): -16757236 or 806400. OLE color: 806400.

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

Color convert

RGB07812-
CMYK100.850.69
HSL129.23º100%15.29%-
HSV(B)129.23º100%30.59%-
XYZ2.795.481.26-
YUV47.15108.1694.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 78 (30.86% from 255) = 86.67%
BLUE value IS 12 (5.08% from 255) = 13.33%
R=0%
G=86.67%
B=13.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal07812100.850.69129.2310015.29
Hex04EC64055458164f
Octal011614144012510520114417
Binary01001110110011001000101010110001011000000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,78,12); }

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

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

 a { background-color: rgb(0,78,12); }

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

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

 span { border-color: rgb(0,78,12); }

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