#033A20

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

Shades of British Racing Green #033A20

Tints of British Racing Green #033A20

Color information

#033A20 (or 0x033A20) is unknown color: approx British Racing Green. HEX triplet: 03, 3A and 20. RGB value is (3,58,32). Sum of RGB (Red+Green+Blue) = 3+58+32=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 58 (23.05% from 255 or 62.37% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 58 - color contains mainly: green. Hex color #033A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A20 is #FCC5DF. Grayscale: #262626. Windows color (decimal): -16565728 or 2112003. OLE color: 2112003.

HSL color Cylindrical-coordinate representation of color #033A20: hue angle of 151.64º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033A20 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.77.

Color convert

RGB35832-
CMYK0.9500.450.77
HSL151.64º90.16%11.96%-
HSV(B)151.64º94.83%22.75%-
XYZ1.813.151.88-
YUV38.59124.28102.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.23%
GREEN value IS 58 (23.05% from 255) = 62.37%
BLUE value IS 32 (12.89% from 255) = 34.41%
R=3.23%
G=62.37%
B=34.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal358320.9500.450.77151.6490.1611.96
Hex33A205F02D4D985ac
Octal3724013705511523013214
Binary111110101000001011111010110110011011001100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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