#034F16

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

Shades of British Racing Green #034F16

Tints of British Racing Green #034F16

Color information

#034F16 (or 0x034F16) is unknown color: approx British Racing Green. HEX triplet: 03, 4F and 16. RGB value is (3,79,22). Sum of RGB (Red+Green+Blue) = 3+79+22=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 79 (31.25% from 255 or 75.96% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 79 - color contains mainly: green. Hex color #034F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034F16 is #FCB0E9. Grayscale: #313131. Windows color (decimal): -16560362 or 1462019. OLE color: 1462019.

HSL color Cylindrical-coordinate representation of color #034F16: hue angle of 135º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034F16 is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB37922-
CMYK0.9600.720.69
HSL135º92.68%16.08%-
HSV(B)135º96.2%30.98%-
XYZ2.985.671.7-
YUV49.78112.3294.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 79 (31.25% from 255) = 75.96%
BLUE value IS 22 (8.98% from 255) = 21.15%
R=2.88%
G=75.96%
B=21.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal379220.9600.720.6913592.6816.08
Hex34F166004845875d10
Octal311726140011010520713520
Binary11100111110110110000001001000100010110000111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034F16; }

 p { color: rgb(3,79,22); }

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

<style>
 a { background-color: #034F16; }

 a { background-color: rgb(3,79,22); }

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

<style>
 span { border-color: #034F16; }

 span { border-color: rgb(3,79,22); }

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