#26AA75

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

Shades of Jungle Green #26AA75

Tints of Jungle Green #26AA75

Color information

#26AA75 (or 0x26AA75) is unknown color: approx Jungle Green. HEX triplet: 26, AA and 75. RGB value is (38,170,117). Sum of RGB (Red+Green+Blue) = 38+170+117=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #26AA75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26AA75 is #D9558A. Grayscale: #7C7C7C. Windows color (decimal): -14243211 or 7711270. OLE color: 7711270.

HSL color Cylindrical-coordinate representation of color #26AA75: hue angle of 155.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AA75 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB38170117-
CMYK0.7800.310.33
HSL155.91º63.46%40.78%-
HSV(B)155.91º77.65%66.67%-
XYZ18.3830.4521.74-
YUV124.49123.7766.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.69%
GREEN value IS 170 (66.80% from 255) = 52.31%
BLUE value IS 117 (46.09% from 255) = 36%
R=11.69%
G=52.31%
B=36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381701170.7800.310.33155.9163.4640.78
Hex26AA754E01F219c3f29
Octal46252165116037412347751
Binary100110101010101110101100111001111110000110011100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,170,117); }

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

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

 a { background-color: rgb(38,170,117); }

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

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

 span { border-color: rgb(38,170,117); }

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