Html Css Color HEX #214037 Sherwood Green

📋 copy color: '#214037'

red 33 ◦ green 64 ◦ blue 55

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

Shades of Sherwood Green #214037

Tints of Sherwood Green #214037

RGB

 RED value IS 33 (13.28% from 255) = 21.71%

 GREEN value IS 64 (25.39% from 255) = 42.11%

 BLUE value IS 55 (21.88% from 255) = 36.18%

R = 21.71%
G = 42.11%
B = 36.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#214037 (or 0x214037) is known color: Sherwood Green. HEX triplet: 21, 40 and 37. RGB value is (33,64,55). Sum of RGB (Red+Green+Blue) = 33+64+55=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #214037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214037 is #DEBFC8. Grayscale: #353535. Windows color (decimal): -14598089 or 3620897. OLE color: 3620897.

HSL color Cylindrical-coordinate representation of color #214037: hue angle of 162.58º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #214037 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 64 55 -
CMYK 0.48 0 0.14 0.75
HSL 162.58º 0.32% 0.19% -
HSV(B) 162.58º 0.48% 0.25% -
XYZ 3.15 4.27 4.27 -
YUV 53.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 33 64 55 0.48 0 0.14 0.75 162.58 0.32 0.19
Hex 21 40 37 30 0 E 4B A3 20 13
Octal 41 100 67 60 0 16 113 243 40 23
Binary 100001 1000000 110111 110000 0 1110 1001011 10100011 100000 10011

Color Harmonies of #214037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214037

Black with #214037

Text Example


Text Example

White with #214037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214037; }

 p { color: rgb(33,64,55); }

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

background-color css

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

 a { background-color: rgb(33,64,55); }

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

border-color css

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

 span { border-color: rgb(33,64,55); }

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