#26A252

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

Shades of Eucalyptus #26A252

Tints of Eucalyptus #26A252

Color information

#26A252 (or 0x26A252) is unknown color: approx Eucalyptus. HEX triplet: 26, A2 and 52. RGB value is (38,162,82). Sum of RGB (Red+Green+Blue) = 38+162+82=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 162 (63.67% from 255 or 57.45% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 162 - color contains mainly: green. Hex color #26A252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A252 is #D95DAD. Grayscale: #747474. Windows color (decimal): -14245294 or 5415462. OLE color: 5415462.

HSL color Cylindrical-coordinate representation of color #26A252: hue angle of 141.29º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A252 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB3816282-
CMYK0.7700.490.36
HSL141.29º62%39.22%-
HSV(B)141.29º76.54%63.53%-
XYZ15.2426.8612.36-
YUV115.8108.9272.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.48%
GREEN value IS 162 (63.67% from 255) = 57.45%
BLUE value IS 82 (32.42% from 255) = 29.08%
R=13.48%
G=57.45%
B=29.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38162820.7700.490.36141.296239.22
Hex26A2524D031248d3e27
Octal46242122115061442157647
Binary1001101010001010100101001101011000110010010001101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26A252; }

 p { color: rgb(38,162,82); }

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

<style>
 a { background-color: #26A252; }

 a { background-color: rgb(38,162,82); }

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

<style>
 span { border-color: #26A252; }

 span { border-color: rgb(38,162,82); }

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