Html Css Color HEX #21382E Palm Green

📋 copy color: '#21382E'

red 33 ◦ green 56 ◦ blue 46

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

Shades of Palm Green #21382E

Tints of Palm Green #21382E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 34.07%

R = 24.44%
G = 41.48%
B = 34.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#21382E (or 0x21382E) is known color: Palm Green. HEX triplet: 21, 38 and 2E. RGB value is (33,56,46). Sum of RGB (Red+Green+Blue) = 33+56+46=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 56 - color contains mainly: green. Hex color #21382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21382E is #DEC7D1. Grayscale: #303030. Windows color (decimal): -14600146 or 3029025. OLE color: 3029025.

HSL color Cylindrical-coordinate representation of color #21382E: hue angle of 153.91º 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 #21382E is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 56 46 -
CMYK 0.41 0 0.18 0.78
HSL 153.91º 0.26% 0.17% -
HSV(B) 153.91º 0.41% 0.22% -
XYZ 2.53 3.35 3.1 -
YUV 47.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 33 56 46 0.41 0 0.18 0.78 153.91 0.26 0.17
Hex 21 38 2E 29 0 12 4E 9A 1A 11
Octal 41 70 56 51 0 22 116 232 32 21
Binary 100001 111000 101110 101001 0 10010 1001110 10011010 11010 10001

Color Harmonies of #21382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21382E

Black with #21382E

Text Example


Text Example

White with #21382E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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