Html Css Color HEX #21967C Elf Green

📋 copy color: '#21967C'

red 33 ◦ green 150 ◦ blue 124

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

Shades of Elf Green #21967C

Tints of Elf Green #21967C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.39%

R = 10.75%
G = 48.86%
B = 40.39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#21967C (or 0x21967C) is known color: Elf Green. HEX triplet: 21, 96 and 7C. RGB value is (33,150,124). Sum of RGB (Red+Green+Blue) = 33+150+124=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #21967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21967C is #DE6983. Grayscale: #707070. Windows color (decimal): -14576004 or 8164897. OLE color: 8164897.

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

Color convert

RGB 33 150 124 -
CMYK 0.78 0 0.17 0.41
HSL 166.67º 0.64% 0.36% -
HSV(B) 166.67º 0.78% 0.59% -
XYZ 15.17 23.59 22.82 -
YUV 112.05 134.74 71.61 -
System Red Green Blue C M Y K H S L
Decimal 33 150 124 0.78 0 0.17 0.41 166.67 0.64 0.36
Hex 21 96 7C 4E 0 11 29 A7 40 24
Octal 41 226 174 116 0 21 51 247 100 44
Binary 100001 10010110 1111100 1001110 0 10001 101001 10100111 1000000 100100

Color Harmonies of #21967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21967C

Black with #21967C

Text Example


Text Example

White with #21967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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