#033F20

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

Shades of British Racing Green #033F20

Tints of British Racing Green #033F20

Color information

#033F20 (or 0x033F20) is unknown color: approx British Racing Green. HEX triplet: 03, 3F and 20. RGB value is (3,63,32). Sum of RGB (Red+Green+Blue) = 3+63+32=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 63 (25% from 255 or 64.29% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 63 - color contains mainly: green. Hex color #033F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033F20 is #FCC0DF. Grayscale: #292929. Windows color (decimal): -16564448 or 2113283. OLE color: 2113283.

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

Color convert

RGB36332-
CMYK0.9500.490.75
HSL149º90.91%12.94%-
HSV(B)149º95.24%24.71%-
XYZ2.083.681.97-
YUV41.53122.62100.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.06%
GREEN value IS 63 (25% from 255) = 64.29%
BLUE value IS 32 (12.89% from 255) = 32.65%
R=3.06%
G=64.29%
B=32.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal363320.9500.490.7514990.9112.94
Hex33F205F0314B955bd
Octal3774013706111322513315
Binary111111111000001011111011000110010111001010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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