#004F0D

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

Shades of British Racing Green #004F0D

Tints of British Racing Green #004F0D

Color information

#004F0D (or 0x004F0D) is unknown color: approx British Racing Green. HEX triplet: 00, 4F and 0D. RGB value is (0,79,13). Sum of RGB (Red+Green+Blue) = 0+79+13=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 79 (31.25% from 255 or 85.87% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 79 - color contains mainly: green. Hex color #004F0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #004F0D is #FFB0F2. Grayscale: #303030. Windows color (decimal): -16756979 or 872192. OLE color: 872192.

HSL color Cylindrical-coordinate representation of color #004F0D: hue angle of 129.87º 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 #004F0D is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB07913-
CMYK100.840.69
HSL129.87º100%15.49%-
HSV(B)129.87º100%30.98%-
XYZ2.875.621.31-
YUV47.86108.3393.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 79 (31.25% from 255) = 85.87%
BLUE value IS 13 (5.47% from 255) = 14.13%
R=0%
G=85.87%
B=14.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal07913100.840.69129.8710015.49
Hex04FD64054458264f
Octal011715144012410520214417
Binary01001111110111001000101010010001011000001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,79,13); }

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

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

 a { background-color: rgb(0,79,13); }

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

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

 span { border-color: rgb(0,79,13); }

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