Html Css Color HEX #213D31 Palm Green

📋 copy color: '#213D31'

red 33 ◦ green 61 ◦ blue 49

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

Shades of Palm Green #213D31

Tints of Palm Green #213D31

RGB

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

 GREEN value IS 61 (24.22% from 255) = 42.66%

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

R = 23.08%
G = 42.66%
B = 34.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.76

RGB Variations

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

Color information

#213D31 (or 0x213D31) is known color: Palm Green. HEX triplet: 21, 3D and 31. RGB value is (33,61,49). Sum of RGB (Red+Green+Blue) = 33+61+49=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 61 - color contains mainly: green. Hex color #213D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D31 is #DEC2CE. Grayscale: #333333. Windows color (decimal): -14598863 or 3226913. OLE color: 3226913.

HSL color Cylindrical-coordinate representation of color #213D31: hue angle of 154.29º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #213D31 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.

Color convert

RGB 33 61 49 -
CMYK 0.46 0 0.20 0.76
HSL 154.29º 0.3% 0.18% -
HSV(B) 154.29º 0.46% 0.24% -
XYZ 2.85 3.88 3.5 -
YUV 51.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 33 61 49 0.46 0 0.20 0.76 154.29 0.3 0.18
Hex 21 3D 31 2E 0 14 4C 9A 1E 12
Octal 41 75 61 56 0 24 114 232 36 22
Binary 100001 111101 110001 101110 0 10100 1001100 10011010 11110 10010

Color Harmonies of #213D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213D31

Black with #213D31

Text Example


Text Example

White with #213D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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