Html Css Color HEX #21826D Elf Green

📋 copy color: '#21826D'

red 33 ◦ green 130 ◦ blue 109

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

Shades of Elf Green #21826D

Tints of Elf Green #21826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.79%

 BLUE value IS 109 (42.97% from 255) = 40.07%

R = 12.13%
G = 47.79%
B = 40.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#21826D (or 0x21826D) is known color: Elf Green. HEX triplet: 21, 82 and 6D. RGB value is (33,130,109). Sum of RGB (Red+Green+Blue) = 33+130+109=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #21826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21826D is #DE7D92. Grayscale: #626262. Windows color (decimal): -14581139 or 7176737. OLE color: 7176737.

HSL color Cylindrical-coordinate representation of color #21826D: hue angle of 167.01º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21826D is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 130 109 -
CMYK 0.75 0 0.16 0.49
HSL 167.01º 0.6% 0.32% -
HSV(B) 167.01º 0.75% 0.51% -
XYZ 11.37 17.39 17.23 -
YUV 98.6 133.86 81.21 -
System Red Green Blue C M Y K H S L
Decimal 33 130 109 0.75 0 0.16 0.49 167.01 0.6 0.32
Hex 21 82 6D 4B 0 10 31 A7 3C 20
Octal 41 202 155 113 0 20 61 247 74 40
Binary 100001 10000010 1101101 1001011 0 10000 110001 10100111 111100 100000

Color Harmonies of #21826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21826D

Black with #21826D

Text Example


Text Example

White with #21826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,130,109); }

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

background-color css

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

 a { background-color: rgb(33,130,109); }

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

border-color css

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

 span { border-color: rgb(33,130,109); }

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