Html Css Color HEX #033E20 British Racing Green

📋 copy color: '#033E20'

red 3 ◦ green 62 ◦ blue 32

#033E20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #033E20

Tints of British Racing Green #033E20

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 value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.76

RGB Variations

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

Color information

#033E20 (or 0x033E20) is known color: 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

RGB 3 62 32 -
CMYK 0.95 0 0.48 0.76
HSL 149.49º 0.91% 0.13% -
HSV(B) 149.49º 0.95% 0.24% -
XYZ 2.02 3.57 1.95 -
YUV 40.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 3 62 32 0.95 0 0.48 0.76 149.49 0.91 0.13
Hex 3 3E 20 5F 0 30 4C 95 5B D
Octal 3 76 40 137 0 60 114 225 133 15
Binary 11 111110 100000 1011111 0 110000 1001100 10010101 1011011 1101

Color Harmonies of #033E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033E20

Black with #033E20

Text Example


Text Example

White with #033E20

Text Example


Text Example

HTML Codes & Css Web 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>