#034721

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

Shades of British Racing Green #034721

Tints of British Racing Green #034721

Color information

#034721 (or 0x034721) is unknown color: approx British Racing Green. HEX triplet: 03, 47 and 21. RGB value is (3,71,33). Sum of RGB (Red+Green+Blue) = 3+71+33=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 71 (28.12% from 255 or 66.36% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 71 - color contains mainly: green. Hex color #034721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034721 is #FCB8DE. Grayscale: #2E2E2E. Windows color (decimal): -16562399 or 2180867. OLE color: 2180867.

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

Color convert

RGB37133-
CMYK0.9600.540.72
HSL146.47º91.89%14.51%-
HSV(B)146.47º95.77%27.84%-
XYZ2.574.642.2-
YUV46.34120.4797.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 71 (28.12% from 255) = 66.36%
BLUE value IS 33 (13.28% from 255) = 30.84%
R=2.80%
G=66.36%
B=30.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371330.9600.540.72146.4791.8914.51
Hex347216003648925cf
Octal31074114006611022213417
Binary1110001111000011100000011011010010001001001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034721; }

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

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

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

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

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

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

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

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