Html Css Color HEX #213E2C Palm Green

📋 copy color: '#213E2C'

red 33 ◦ green 62 ◦ blue 44

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

Shades of Palm Green #213E2C

Tints of Palm Green #213E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 31.65%

R = 23.74%
G = 44.6%
B = 31.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.76

RGB Variations

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

Color information

#213E2C (or 0x213E2C) is known color: Palm Green. HEX triplet: 21, 3E and 2C. RGB value is (33,62,44). Sum of RGB (Red+Green+Blue) = 33+62+44=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 62 (24.61% from 255 or 44.60% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 62 - color contains mainly: green. Hex color #213E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E2C is #DEC1D3. Grayscale: #333333. Windows color (decimal): -14598612 or 2899489. OLE color: 2899489.

HSL color Cylindrical-coordinate representation of color #213E2C: hue angle of 142.76º 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 #213E2C is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.76.

Color convert

RGB 33 62 44 -
CMYK 0.47 0 0.29 0.76
HSL 142.76º 0.31% 0.19% -
HSV(B) 142.76º 0.47% 0.24% -
XYZ 2.8 3.95 3 -
YUV 51.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 33 62 44 0.47 0 0.29 0.76 142.76 0.31 0.19
Hex 21 3E 2C 2F 0 1D 4C 8F 1F 13
Octal 41 76 54 57 0 35 114 217 37 23
Binary 100001 111110 101100 101111 0 11101 1001100 10001111 11111 10011

Color Harmonies of #213E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E2C

Black with #213E2C

Text Example


Text Example

White with #213E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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