#21926A

Color #21926A Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #21926A

Tints of Elf Green #21926A

Color information

#21926A (or 0x21926A) is unknown color: approx Elf Green. HEX triplet: 21, 92 and 6A. RGB value is (33,146,106). Sum of RGB (Red+Green+Blue) = 33+146+106=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #21926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21926A is #DE6D95. Grayscale: #6B6B6B. Windows color (decimal): -14577046 or 6984225. OLE color: 6984225.

HSL color Cylindrical-coordinate representation of color #21926A: hue angle of 158.76º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21926A is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB33146106-
CMYK0.7700.270.43
HSL158.76º63.13%35.1%-
HSV(B)158.76º77.4%57.25%-
XYZ13.5121.9217.16-
YUV107.65127.0674.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.58%
GREEN value IS 146 (57.42% from 255) = 51.23%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=11.58%
G=51.23%
B=37.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal331461060.7700.270.43158.7663.1335.1
Hex21926A4D01B2B9f3f23
Octal41222152115033532377743
Binary100001100100101101010100110101101110101110011111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21926A; }

 p { color: rgb(33,146,106); }

 H1.HeaderClassName
 {
   color: #21926A;
 }
 .AnyTagClassName
 {
   color: #21926A;
 }
</style>
background-color css

<style>
 a { background-color: #21926A; }

 a { background-color: rgb(33,146,106); }

 div.DivClassName
 {
   background-color: #21926A;
 }
 .BgClassName
 {
   background-color: #21926A;
 }
</style>
border-color css

<style>
 span { border-color: #21926A; }

 span { border-color: rgb(33,146,106); }

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