#22855F

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

Shades of Elf Green #22855F

Tints of Elf Green #22855F

Color information

#22855F (or 0x22855F) is unknown color: approx Elf Green. HEX triplet: 22, 85 and 5F. RGB value is (34,133,95). Sum of RGB (Red+Green+Blue) = 34+133+95=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #22855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22855F is #DD7AA0. Grayscale: #636363. Windows color (decimal): -14514849 or 6260002. OLE color: 6260002.

HSL color Cylindrical-coordinate representation of color #22855F: hue angle of 156.97º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #22855F is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB3413395-
CMYK0.7400.290.48
HSL156.97º59.28%32.75%-
HSV(B)156.97º74.44%52.16%-
XYZ11.1117.9413.7-
YUV99.07125.781.59-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.98%
GREEN value IS 133 (52.34% from 255) = 50.76%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=12.98%
G=50.76%
B=36.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34133950.7400.290.48156.9759.2832.75
Hex22855F4A01D309d3b21
Octal42205137112035602357341
Binary100010100001011011111100101001110111000010011101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,133,95); }

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

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

 a { background-color: rgb(34,133,95); }

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

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

 span { border-color: rgb(34,133,95); }

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