Html Css Color HEX #21855D Elf Green

📋 copy color: '#21855D'

red 33 ◦ green 133 ◦ blue 93

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

Shades of Elf Green #21855D

Tints of Elf Green #21855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.35%

 BLUE value IS 93 (36.72% from 255) = 35.91%

R = 12.74%
G = 51.35%
B = 35.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#21855D (or 0x21855D) is known color: Elf Green. HEX triplet: 21, 85 and 5D. RGB value is (33,133,93). Sum of RGB (Red+Green+Blue) = 33+133+93=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #21855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21855D is #DE7AA2. Grayscale: #626262. Windows color (decimal): -14580387 or 6128929. OLE color: 6128929.

HSL color Cylindrical-coordinate representation of color #21855D: hue angle of 156º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21855D is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 133 93 -
CMYK 0.75 0 0.30 0.48
HSL 156º 0.6% 0.33% -
HSV(B) 156º 0.75% 0.52% -
XYZ 10.99 17.89 13.23 -
YUV 98.54 124.87 81.25 -
System Red Green Blue C M Y K H S L
Decimal 33 133 93 0.75 0 0.30 0.48 156 0.6 0.33
Hex 21 85 5D 4B 0 1E 30 9C 3C 21
Octal 41 205 135 113 0 36 60 234 74 41
Binary 100001 10000101 1011101 1001011 0 11110 110000 10011100 111100 100001

Color Harmonies of #21855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21855D

Black with #21855D

Text Example


Text Example

White with #21855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21855D; }

 p { color: rgb(33,133,93); }

 H1.HeaderClassName
 {
   color: #21855D;
 }
 .AnyTagClassName
 {
   color: #21855D;
 }
</style>

background-color css

<style>
 a { background-color: #21855D; }

 a { background-color: rgb(33,133,93); }

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

border-color css

<style>
 span { border-color: #21855D; }

 span { border-color: rgb(33,133,93); }

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