#034915

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

Shades of British Racing Green #034915

Tints of British Racing Green #034915

Color information

#034915 (or 0x034915) is unknown color: approx British Racing Green. HEX triplet: 03, 49 and 15. RGB value is (3,73,21). Sum of RGB (Red+Green+Blue) = 3+73+21=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 73 (28.91% from 255 or 75.26% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 73 - color contains mainly: green. Hex color #034915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034915 is #FCB6EA. Grayscale: #2E2E2E. Windows color (decimal): -16561899 or 1394947. OLE color: 1394947.

HSL color Cylindrical-coordinate representation of color #034915: hue angle of 135.43º 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 #034915 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB37321-
CMYK0.9600.710.71
HSL135.43º92.11%14.9%-
HSV(B)135.43º95.89%28.63%-
XYZ2.564.841.51-
YUV46.14113.8197.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 73 (28.91% from 255) = 75.26%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=3.09%
G=75.26%
B=21.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373210.9600.710.71135.4392.1114.9
Hex349156004747875cf
Octal311125140010710720713417
Binary1110010011010111000000100011110001111000011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034915; }

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

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

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

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

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

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

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

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