Html Css Color HEX #213E31 Palm Green

📋 copy color: '#213E31'

red 33 ◦ green 62 ◦ blue 49

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

Shades of Palm Green #213E31

Tints of Palm Green #213E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 34.03%

R = 22.92%
G = 43.06%
B = 34.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#213E31 (or 0x213E31) is known color: Palm Green. HEX triplet: 21, 3E and 31. RGB value is (33,62,49). Sum of RGB (Red+Green+Blue) = 33+62+49=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 62 - color contains mainly: green. Hex color #213E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E31 is #DEC1CE. Grayscale: #333333. Windows color (decimal): -14598607 or 3227169. OLE color: 3227169.

HSL color Cylindrical-coordinate representation of color #213E31: hue angle of 153.1º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #213E31 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB 33 62 49 -
CMYK 0.47 0 0.21 0.76
HSL 153.1º 0.31% 0.19% -
HSV(B) 153.1º 0.47% 0.24% -
XYZ 2.9 3.99 3.52 -
YUV 51.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 33 62 49 0.47 0 0.21 0.76 153.1 0.31 0.19
Hex 21 3E 31 2F 0 15 4C 99 1F 13
Octal 41 76 61 57 0 25 114 231 37 23
Binary 100001 111110 110001 101111 0 10101 1001100 10011001 11111 10011

Color Harmonies of #213E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E31

Black with #213E31

Text Example


Text Example

White with #213E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213E31; }

 p { color: rgb(33,62,49); }

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

background-color css

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

 a { background-color: rgb(33,62,49); }

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

border-color css

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

 span { border-color: rgb(33,62,49); }

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