Html Css Color HEX #033E32 British Racing Green

📋 copy color: '#033E32'

red 3 ◦ green 62 ◦ blue 50

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

Shades of British Racing Green #033E32

Tints of British Racing Green #033E32

RGB

 RED value IS 3 (1.56% from 255) = 2.61%

 GREEN value IS 62 (24.61% from 255) = 53.91%

 BLUE value IS 50 (19.92% from 255) = 43.48%

R = 2.61%
G = 53.91%
B = 43.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.76

RGB Variations

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

Color information

#033E32 (or 0x033E32) is known color: British Racing Green. HEX triplet: 03, 3E and 32. RGB value is (3,62,50). Sum of RGB (Red+Green+Blue) = 3+62+50=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 62 (24.61% from 255 or 53.91% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 62 - color contains mainly: green. Hex color #033E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033E32 is #FCC1CD. Grayscale: #2A2A2A. Windows color (decimal): -16564686 or 3292675. OLE color: 3292675.

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

Color convert

RGB 3 62 50 -
CMYK 0.95 0 0.19 0.76
HSL 167.8º 0.91% 0.13% -
HSV(B) 167.8º 0.95% 0.24% -
XYZ 2.34 3.69 3.61 -
YUV 42.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 3 62 50 0.95 0 0.19 0.76 167.8 0.91 0.13
Hex 3 3E 32 5F 0 13 4C A8 5B D
Octal 3 76 62 137 0 23 114 250 133 15
Binary 11 111110 110010 1011111 0 10011 1001100 10101000 1011011 1101

Color Harmonies of #033E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033E32

Black with #033E32

Text Example


Text Example

White with #033E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #033E32;
 }
 .AnyTagClassName
 {
   color: #033E32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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