#034918

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

Shades of British Racing Green #034918

Tints of British Racing Green #034918

Color information

#034918 (or 0x034918) is unknown color: approx British Racing Green. HEX triplet: 03, 49 and 18. RGB value is (3,73,24). Sum of RGB (Red+Green+Blue) = 3+73+24=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 73 (28.91% from 255 or 73% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 73 - color contains mainly: green. Hex color #034918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034918 is #FCB6E7. Grayscale: #2E2E2E. Windows color (decimal): -16561896 or 1591555. OLE color: 1591555.

HSL color Cylindrical-coordinate representation of color #034918: hue angle of 138º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034918 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB37324-
CMYK0.9600.670.71
HSL138º92.11%14.9%-
HSV(B)138º95.89%28.63%-
XYZ2.584.851.66-
YUV46.48115.3196.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 73 (28.91% from 255) = 73%
BLUE value IS 24 (9.77% from 255) = 24%
R=3%
G=73%
B=24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373240.9600.670.7113892.1114.9
Hex3491860043478a5cf
Octal311130140010310721213417
Binary1110010011100011000000100001110001111000101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034918; }

 p { color: rgb(3,73,24); }

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

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

 a { background-color: rgb(3,73,24); }

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

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

 span { border-color: rgb(3,73,24); }

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