#26A57E

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

Shades of Jungle Green #26A57E

Tints of Jungle Green #26A57E

Color information

#26A57E (or 0x26A57E) is unknown color: approx Jungle Green. HEX triplet: 26, A5 and 7E. RGB value is (38,165,126). Sum of RGB (Red+Green+Blue) = 38+165+126=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 165 (64.84% from 255 or 50.15% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 165 - color contains mainly: green. Hex color #26A57E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A57E is #D95A81. Grayscale: #7A7A7A. Windows color (decimal): -14244482 or 8299814. OLE color: 8299814.

HSL color Cylindrical-coordinate representation of color #26A57E: hue angle of 161.57º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A57E is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB38165126-
CMYK0.7700.240.35
HSL161.57º62.56%39.8%-
HSV(B)161.57º76.97%64.71%-
XYZ18.0228.8324.35-
YUV122.58129.9267.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.55%
GREEN value IS 165 (64.84% from 255) = 50.15%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=11.55%
G=50.15%
B=38.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal381651260.7700.240.35161.5762.5639.8
Hex26A57E4D01823a23f28
Octal46245176115030432427750
Binary100110101001011111110100110101100010001110100010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,165,126); }

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

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

 a { background-color: rgb(38,165,126); }

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

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

 span { border-color: rgb(38,165,126); }

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