#26A57A

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

Shades of Jungle Green #26A57A

Tints of Jungle Green #26A57A

Color information

#26A57A (or 0x26A57A) is unknown color: approx Jungle Green. HEX triplet: 26, A5 and 7A. RGB value is (38,165,122). Sum of RGB (Red+Green+Blue) = 38+165+122=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #26A57A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A57A is #D95A85. Grayscale: #7A7A7A. Windows color (decimal): -14244486 or 8037670. OLE color: 8037670.

HSL color Cylindrical-coordinate representation of color #26A57A: hue angle of 159.69º 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 #26A57A is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB38165122-
CMYK0.7700.260.35
HSL159.69º62.56%39.8%-
HSV(B)159.69º76.97%64.71%-
XYZ17.7728.7323.02-
YUV122.12127.9268-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.69%
GREEN value IS 165 (64.84% from 255) = 50.77%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=11.69%
G=50.77%
B=37.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal381651220.7700.260.35159.6962.5639.8
Hex26A57A4D01A23a03f28
Octal46245172115032432407750
Binary100110101001011111010100110101101010001110100000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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