#004F0E

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

Shades of British Racing Green #004F0E

Tints of British Racing Green #004F0E

Color information

#004F0E (or 0x004F0E) is unknown color: approx British Racing Green. HEX triplet: 00, 4F and 0E. RGB value is (0,79,14). Sum of RGB (Red+Green+Blue) = 0+79+14=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 79 (31.25% from 255 or 84.95% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 79 - color contains mainly: green. Hex color #004F0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #004F0E is #FFB0F1. Grayscale: #303030. Windows color (decimal): -16756978 or 937728. OLE color: 937728.

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

Color convert

RGB07914-
CMYK100.820.69
HSL130.63º100%15.49%-
HSV(B)130.63º100%30.98%-
XYZ2.885.621.35-
YUV47.97108.8393.79-

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) = 84.95%
BLUE value IS 14 (5.86% from 255) = 15.05%
R=0%
G=84.95%
B=15.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal07914100.820.69130.6310015.49
Hex04FE64052458364f
Octal011716144012210520314417
Binary01001111111011001000101001010001011000001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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