Html Css Color HEX #21846C Elf Green

📋 copy color: '#21846C'

red 33 ◦ green 132 ◦ blue 108

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

Shades of Elf Green #21846C

Tints of Elf Green #21846C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.35%

 BLUE value IS 108 (42.58% from 255) = 39.56%

R = 12.09%
G = 48.35%
B = 39.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#21846C (or 0x21846C) is known color: Elf Green. HEX triplet: 21, 84 and 6C. RGB value is (33,132,108). Sum of RGB (Red+Green+Blue) = 33+132+108=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #21846C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21846C is #DE7B93. Grayscale: #636363. Windows color (decimal): -14580628 or 7111713. OLE color: 7111713.

HSL color Cylindrical-coordinate representation of color #21846C: hue angle of 165.45º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21846C is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 132 108 -
CMYK 0.75 0 0.18 0.48
HSL 165.45º 0.6% 0.32% -
HSV(B) 165.45º 0.75% 0.52% -
XYZ 11.59 17.91 17.03 -
YUV 99.66 132.7 80.45 -
System Red Green Blue C M Y K H S L
Decimal 33 132 108 0.75 0 0.18 0.48 165.45 0.6 0.32
Hex 21 84 6C 4B 0 12 30 A5 3C 20
Octal 41 204 154 113 0 22 60 245 74 40
Binary 100001 10000100 1101100 1001011 0 10010 110000 10100101 111100 100000

Color Harmonies of #21846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21846C

Black with #21846C

Text Example


Text Example

White with #21846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,132,108); }

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

background-color css

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

 a { background-color: rgb(33,132,108); }

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

border-color css

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

 span { border-color: rgb(33,132,108); }

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