Html Css Color HEX #21382F Palm Green

📋 copy color: '#21382F'

red 33 ◦ green 56 ◦ blue 47

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

Shades of Palm Green #21382F

Tints of Palm Green #21382F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 41.18%

 BLUE value IS 47 (18.75% from 255) = 34.56%

R = 24.26%
G = 41.18%
B = 34.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#21382F (or 0x21382F) is known color: Palm Green. HEX triplet: 21, 38 and 2F. RGB value is (33,56,47). Sum of RGB (Red+Green+Blue) = 33+56+47=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 56 - color contains mainly: green. Hex color #21382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21382F is #DEC7D0. Grayscale: #303030. Windows color (decimal): -14600145 or 3094561. OLE color: 3094561.

HSL color Cylindrical-coordinate representation of color #21382F: hue angle of 156.52º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #21382F is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 56 47 -
CMYK 0.41 0 0.16 0.78
HSL 156.52º 0.26% 0.17% -
HSV(B) 156.52º 0.41% 0.22% -
XYZ 2.55 3.36 3.2 -
YUV 48.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 33 56 47 0.41 0 0.16 0.78 156.52 0.26 0.17
Hex 21 38 2F 29 0 10 4E 9D 1A 11
Octal 41 70 57 51 0 20 116 235 32 21
Binary 100001 111000 101111 101001 0 10000 1001110 10011101 11010 10001

Color Harmonies of #21382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21382F

Black with #21382F

Text Example


Text Example

White with #21382F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21382F; }

 p { color: rgb(33,56,47); }

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

background-color css

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

 a { background-color: rgb(33,56,47); }

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

border-color css

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

 span { border-color: rgb(33,56,47); }

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