#034315

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

Shades of British Racing Green #034315

Tints of British Racing Green #034315

Color information

#034315 (or 0x034315) is unknown color: approx British Racing Green. HEX triplet: 03, 43 and 15. RGB value is (3,67,21). Sum of RGB (Red+Green+Blue) = 3+67+21=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 67 (26.56% from 255 or 73.63% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 67 - color contains mainly: green. Hex color #034315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034315 is #FCBCEA. Grayscale: #2A2A2A. Windows color (decimal): -16563435 or 1393411. OLE color: 1393411.

HSL color Cylindrical-coordinate representation of color #034315: hue angle of 136.88º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034315 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB36721-
CMYK0.9600.690.74
HSL136.88º91.43%13.73%-
HSV(B)136.88º95.52%26.27%-
XYZ2.184.091.38-
YUV42.62115.899.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.30%
GREEN value IS 67 (26.56% from 255) = 73.63%
BLUE value IS 21 (8.59% from 255) = 23.08%
R=3.30%
G=73.63%
B=23.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal367210.9600.690.74136.8891.4313.73
Hex34315600454A895be
Octal310325140010511221113316
Binary1110000111010111000000100010110010101000100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034315; }

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

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

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

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

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

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

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

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