Html Css Color HEX #21996B Elf Green

📋 copy color: '#21996B'

red 33 ◦ green 153 ◦ blue 107

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

Shades of Elf Green #21996B

Tints of Elf Green #21996B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.22%

 BLUE value IS 107 (42.19% from 255) = 36.52%

R = 11.26%
G = 52.22%
B = 36.52%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#21996B (or 0x21996B) is known color: Elf Green. HEX triplet: 21, 99 and 6B. RGB value is (33,153,107). Sum of RGB (Red+Green+Blue) = 33+153+107=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #21996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21996B is #DE6694. Grayscale: #6F6F6F. Windows color (decimal): -14575253 or 7051553. OLE color: 7051553.

HSL color Cylindrical-coordinate representation of color #21996B: hue angle of 157º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21996B is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 153 107 -
CMYK 0.78 0 0.30 0.4
HSL 157º 0.65% 0.36% -
HSV(B) 157º 0.78% 0.6% -
XYZ 14.67 24.17 17.8 -
YUV 111.88 125.24 71.74 -
System Red Green Blue C M Y K H S L
Decimal 33 153 107 0.78 0 0.30 0.4 157 0.65 0.36
Hex 21 99 6B 4E 0 1E 28 9D 41 24
Octal 41 231 153 116 0 36 50 235 101 44
Binary 100001 10011001 1101011 1001110 0 11110 101000 10011101 1000001 100100

Color Harmonies of #21996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21996B

Black with #21996B

Text Example


Text Example

White with #21996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21996B; }

 p { color: rgb(33,153,107); }

 H1.HeaderClassName
 {
   color: #21996B;
 }
 .AnyTagClassName
 {
   color: #21996B;
 }
</style>

background-color css

<style>
 a { background-color: #21996B; }

 a { background-color: rgb(33,153,107); }

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

border-color css

<style>
 span { border-color: #21996B; }

 span { border-color: rgb(33,153,107); }

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