#033B20

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

Shades of British Racing Green #033B20

Tints of British Racing Green #033B20

Color information

#033B20 (or 0x033B20) is unknown color: approx British Racing Green. HEX triplet: 03, 3B and 20. RGB value is (3,59,32). Sum of RGB (Red+Green+Blue) = 3+59+32=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 59 (23.44% from 255 or 62.77% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 59 - color contains mainly: green. Hex color #033B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033B20 is #FCC4DF. Grayscale: #272727. Windows color (decimal): -16565472 or 2112259. OLE color: 2112259.

HSL color Cylindrical-coordinate representation of color #033B20: hue angle of 151.07º 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 #033B20 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.77.

Color convert

RGB35932-
CMYK0.9500.460.77
HSL151.07º90.32%12.16%-
HSV(B)151.07º94.92%23.14%-
XYZ1.863.251.9-
YUV39.18123.95102.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.19%
GREEN value IS 59 (23.44% from 255) = 62.77%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=3.19%
G=62.77%
B=34.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal359320.9500.460.77151.0790.3212.16
Hex33B205F02E4D975ac
Octal3734013705611522713214
Binary111110111000001011111010111010011011001011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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