Html Css Color HEX #21967E Elf Green

📋 copy color: '#21967E'

red 33 ◦ green 150 ◦ blue 126

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

Shades of Elf Green #21967E

Tints of Elf Green #21967E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.54%

 BLUE value IS 126 (49.61% from 255) = 40.78%

R = 10.68%
G = 48.54%
B = 40.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#21967E (or 0x21967E) is known color: Elf Green. HEX triplet: 21, 96 and 7E. RGB value is (33,150,126). Sum of RGB (Red+Green+Blue) = 33+150+126=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #21967E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21967E is #DE6981. Grayscale: #707070. Windows color (decimal): -14576002 or 8295969. OLE color: 8295969.

HSL color Cylindrical-coordinate representation of color #21967E: hue angle of 167.69º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21967E is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 150 126 -
CMYK 0.78 0 0.16 0.41
HSL 167.69º 0.64% 0.36% -
HSV(B) 167.69º 0.78% 0.59% -
XYZ 15.3 23.64 23.5 -
YUV 112.28 135.74 71.45 -
System Red Green Blue C M Y K H S L
Decimal 33 150 126 0.78 0 0.16 0.41 167.69 0.64 0.36
Hex 21 96 7E 4E 0 10 29 A8 40 24
Octal 41 226 176 116 0 20 51 250 100 44
Binary 100001 10010110 1111110 1001110 0 10000 101001 10101000 1000000 100100

Color Harmonies of #21967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21967E

Black with #21967E

Text Example


Text Example

White with #21967E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,150,126); }

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

background-color css

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

 a { background-color: rgb(33,150,126); }

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

border-color css

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

 span { border-color: rgb(33,150,126); }

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