#034715

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

Shades of British Racing Green #034715

Tints of British Racing Green #034715

Color information

#034715 (or 0x034715) is unknown color: approx British Racing Green. HEX triplet: 03, 47 and 15. RGB value is (3,71,21). Sum of RGB (Red+Green+Blue) = 3+71+21=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 71 (28.12% from 255 or 74.74% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 71 - color contains mainly: green. Hex color #034715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034715 is #FCB8EA. Grayscale: #2D2D2D. Windows color (decimal): -16562411 or 1394435. OLE color: 1394435.

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

Color convert

RGB37121-
CMYK0.9600.700.72
HSL135.88º91.89%14.51%-
HSV(B)135.88º95.77%27.84%-
XYZ2.434.581.47-
YUV44.97114.4798.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.16%
GREEN value IS 71 (28.12% from 255) = 74.74%
BLUE value IS 21 (8.59% from 255) = 22.11%
R=3.16%
G=74.74%
B=22.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371210.9600.700.72135.8891.8914.51
Hex347156004648885cf
Octal310725140010611021013417
Binary1110001111010111000000100011010010001000100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034715; }

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

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

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

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

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

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

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

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