Html Css Color HEX #21836F Elf Green

📋 copy color: '#21836F'

red 33 ◦ green 131 ◦ blue 111

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

Shades of Elf Green #21836F

Tints of Elf Green #21836F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.64%

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

R = 12%
G = 47.64%
B = 40.36%

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

#21836F (or 0x21836F) is known color: Elf Green. HEX triplet: 21, 83 and 6F. RGB value is (33,131,111). Sum of RGB (Red+Green+Blue) = 33+131+111=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #21836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21836F is #DE7C90. Grayscale: #636363. Windows color (decimal): -14580881 or 7308065. OLE color: 7308065.

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

Color convert

RGB 33 131 111 -
CMYK 0.75 0 0.15 0.49
HSL 167.76º 0.6% 0.32% -
HSV(B) 167.76º 0.75% 0.51% -
XYZ 11.61 17.7 17.84 -
YUV 99.42 134.53 80.63 -
System Red Green Blue C M Y K H S L
Decimal 33 131 111 0.75 0 0.15 0.49 167.76 0.6 0.32
Hex 21 83 6F 4B 0 F 31 A8 3C 20
Octal 41 203 157 113 0 17 61 250 74 40
Binary 100001 10000011 1101111 1001011 0 1111 110001 10101000 111100 100000

Color Harmonies of #21836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21836F

Black with #21836F

Text Example


Text Example

White with #21836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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