#034921

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

Shades of British Racing Green #034921

Tints of British Racing Green #034921

Color information

#034921 (or 0x034921) is unknown color: approx British Racing Green. HEX triplet: 03, 49 and 21. RGB value is (3,73,33). Sum of RGB (Red+Green+Blue) = 3+73+33=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #034921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034921 is #FCB6DE. Grayscale: #2F2F2F. Windows color (decimal): -16561887 or 2181379. OLE color: 2181379.

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

Color convert

RGB37333-
CMYK0.9600.550.71
HSL145.71º92.11%14.9%-
HSV(B)145.71º95.89%28.63%-
XYZ2.694.892.24-
YUV47.51119.8196.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 73 (28.91% from 255) = 66.97%
BLUE value IS 33 (13.28% from 255) = 30.28%
R=2.75%
G=66.97%
B=30.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373330.9600.550.71145.7192.1114.9
Hex349216003747925cf
Octal31114114006710722213417
Binary1110010011000011100000011011110001111001001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034921; }

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

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

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

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

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

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

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

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