Html Css Color HEX #21826F Elf Green

📋 copy color: '#21826F'

red 33 ◦ green 130 ◦ blue 111

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

Shades of Elf Green #21826F

Tints of Elf Green #21826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.51%

R = 12.04%
G = 47.45%
B = 40.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#21826F (or 0x21826F) is known color: Elf Green. HEX triplet: 21, 82 and 6F. RGB value is (33,130,111). Sum of RGB (Red+Green+Blue) = 33+130+111=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #21826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21826F is #DE7D90. Grayscale: #626262. Windows color (decimal): -14581137 or 7307809. OLE color: 7307809.

HSL color Cylindrical-coordinate representation of color #21826F: hue angle of 168.25º 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 #21826F is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 130 111 -
CMYK 0.75 0 0.15 0.49
HSL 168.25º 0.6% 0.32% -
HSV(B) 168.25º 0.75% 0.51% -
XYZ 11.48 17.44 17.8 -
YUV 98.83 134.86 81.04 -
System Red Green Blue C M Y K H S L
Decimal 33 130 111 0.75 0 0.15 0.49 168.25 0.6 0.32
Hex 21 82 6F 4B 0 F 31 A8 3C 20
Octal 41 202 157 113 0 17 61 250 74 40
Binary 100001 10000010 1101111 1001011 0 1111 110001 10101000 111100 100000

Color Harmonies of #21826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21826F

Black with #21826F

Text Example


Text Example

White with #21826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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