#004F10

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

Shades of British Racing Green #004F10

Tints of British Racing Green #004F10

Color information

#004F10 (or 0x004F10) is unknown color: approx British Racing Green. HEX triplet: 00, 4F and 10. RGB value is (0,79,16). Sum of RGB (Red+Green+Blue) = 0+79+16=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 79 (31.25% from 255 or 83.16% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 79 - color contains mainly: green. Hex color #004F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #004F10 is #FFB0EF. Grayscale: #303030. Windows color (decimal): -16756976 or 1068800. OLE color: 1068800.

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

Color convert

RGB07916-
CMYK100.800.69
HSL132.15º100%15.49%-
HSV(B)132.15º100%30.98%-
XYZ2.895.631.42-
YUV48.2109.8393.62-

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) = 83.16%
BLUE value IS 16 (6.64% from 255) = 16.84%
R=0%
G=83.16%
B=16.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal07916100.800.69132.1510015.49
Hex04F1064050458464f
Octal011720144012010520414417
Binary010011111000011001000101000010001011000010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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