#22995A

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

Shades of Eucalyptus #22995A

Tints of Eucalyptus #22995A

Color information

#22995A (or 0x22995A) is unknown color: approx Eucalyptus. HEX triplet: 22, 99 and 5A. RGB value is (34,153,90). Sum of RGB (Red+Green+Blue) = 34+153+90=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #22995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22995A is #DD66A5. Grayscale: #6E6E6E. Windows color (decimal): -14509734 or 5937442. OLE color: 5937442.

HSL color Cylindrical-coordinate representation of color #22995A: hue angle of 148.24º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22995A is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB3415390-
CMYK0.7800.410.4
HSL148.24º63.64%36.67%-
HSV(B)148.24º77.78%60%-
XYZ13.923.8613.55-
YUV110.24116.5873.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.27%
GREEN value IS 153 (60.16% from 255) = 55.23%
BLUE value IS 90 (35.55% from 255) = 32.49%
R=12.27%
G=55.23%
B=32.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal34153900.7800.410.4148.2463.6436.67
Hex22995A4E02928944025
Octal422311321160515022410045
Binary10001010011001101101010011100101001101000100101001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,153,90); }

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

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

 a { background-color: rgb(34,153,90); }

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

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

 span { border-color: rgb(34,153,90); }

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