#034820

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

Shades of British Racing Green #034820

Tints of British Racing Green #034820

Color information

#034820 (or 0x034820) is unknown color: approx British Racing Green. HEX triplet: 03, 48 and 20. RGB value is (3,72,32). Sum of RGB (Red+Green+Blue) = 3+72+32=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 72 (28.52% from 255 or 67.29% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 72 - color contains mainly: green. Hex color #034820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034820 is #FCB7DF. Grayscale: #2E2E2E. Windows color (decimal): -16562144 or 2115587. OLE color: 2115587.

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

Color convert

RGB37232-
CMYK0.9600.560.72
HSL145.22º92%14.71%-
HSV(B)145.22º95.83%28.24%-
XYZ2.624.762.15-
YUV46.81119.6496.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 72 (28.52% from 255) = 67.29%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=2.80%
G=67.29%
B=29.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal372320.9600.560.72145.229214.71
Hex348206003848915cf
Octal31104014007011022113417
Binary1110010001000001100000011100010010001001000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034820; }

 p { color: rgb(3,72,32); }

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

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

 a { background-color: rgb(3,72,32); }

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

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

 span { border-color: rgb(3,72,32); }

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