#033E20

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

Shades of British Racing Green #033E20

Tints of British Racing Green #033E20

Color information

#033E20 (or 0x033E20) is unknown color: approx British Racing Green. HEX triplet: 03, 3E and 20. RGB value is (3,62,32). Sum of RGB (Red+Green+Blue) = 3+62+32=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 62 (24.61% from 255 or 63.92% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 62 - color contains mainly: green. Hex color #033E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033E20 is #FCC1DF. Grayscale: #292929. Windows color (decimal): -16564704 or 2113027. OLE color: 2113027.

HSL color Cylindrical-coordinate representation of color #033E20: hue angle of 149.49º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033E20 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB36232-
CMYK0.9500.480.76
HSL149.49º90.77%12.75%-
HSV(B)149.49º95.16%24.31%-
XYZ2.023.571.95-
YUV40.94122.95100.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 62 (24.61% from 255) = 63.92%
BLUE value IS 32 (12.89% from 255) = 32.99%
R=3.09%
G=63.92%
B=32.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal362320.9500.480.76149.4990.7712.75
Hex33E205F0304C955bd
Octal3764013706011422513315
Binary111111101000001011111011000010011001001010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033E20; }

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

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

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

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

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

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

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

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