#21875E

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

Shades of Elf Green #21875E

Tints of Elf Green #21875E

Color information

#21875E (or 0x21875E) is unknown color: approx Elf Green. HEX triplet: 21, 87 and 5E. RGB value is (33,135,94). Sum of RGB (Red+Green+Blue) = 33+135+94=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #21875E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21875E is #DE78A1. Grayscale: #636363. Windows color (decimal): -14579874 or 6194977. OLE color: 6194977.

HSL color Cylindrical-coordinate representation of color #21875E: hue angle of 155.88º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21875E is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB3313594-
CMYK0.7600.300.47
HSL155.88º60.71%32.94%-
HSV(B)155.88º75.56%52.94%-
XYZ11.3118.4613.56-
YUV99.83124.7180.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.60%
GREEN value IS 135 (53.12% from 255) = 51.53%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=12.60%
G=51.53%
B=35.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33135940.7600.300.47155.8860.7132.94
Hex21875E4C01E2F9c3d21
Octal41207136114036572347541
Binary100001100001111011110100110001111010111110011100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21875E; }

 p { color: rgb(33,135,94); }

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

<style>
 a { background-color: #21875E; }

 a { background-color: rgb(33,135,94); }

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

<style>
 span { border-color: #21875E; }

 span { border-color: rgb(33,135,94); }

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