#26997E

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

Shades of Jungle Green #26997E

Tints of Jungle Green #26997E

Color information

#26997E (or 0x26997E) is unknown color: approx Jungle Green. HEX triplet: 26, 99 and 7E. RGB value is (38,153,126). Sum of RGB (Red+Green+Blue) = 38+153+126=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #26997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26997E is #D96681. Grayscale: #737373. Windows color (decimal): -14247554 or 8296742. OLE color: 8296742.

HSL color Cylindrical-coordinate representation of color #26997E: hue angle of 165.91º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26997E is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB38153126-
CMYK0.7500.180.4
HSL165.91º60.21%37.45%-
HSV(B)165.91º75.16%60%-
XYZ15.9624.723.67-
YUV115.54133.972.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.99%
GREEN value IS 153 (60.16% from 255) = 48.26%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=11.99%
G=48.26%
B=39.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531260.7500.180.4165.9160.2137.45
Hex26997E4B01228a63c25
Octal46231176113022502467445
Binary100110100110011111110100101101001010100010100110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26997E; }

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

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

<style>
 a { background-color: #26997E; }

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

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

<style>
 span { border-color: #26997E; }

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

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