#26997D

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

Shades of Jungle Green #26997D

Tints of Jungle Green #26997D

Color information

#26997D (or 0x26997D) is unknown color: approx Jungle Green. HEX triplet: 26, 99 and 7D. RGB value is (38,153,125). Sum of RGB (Red+Green+Blue) = 38+153+125=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #26997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26997D is #D96682. Grayscale: #737373. Windows color (decimal): -14247555 or 8231206. OLE color: 8231206.

HSL color Cylindrical-coordinate representation of color #26997D: hue angle of 165.39º 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 #26997D is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB38153125-
CMYK0.7500.180.4
HSL165.39º60.21%37.45%-
HSV(B)165.39º75.16%60%-
XYZ15.8924.6823.33-
YUV115.42133.472.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.03%
GREEN value IS 153 (60.16% from 255) = 48.42%
BLUE value IS 125 (49.22% from 255) = 39.56%
R=12.03%
G=48.42%
B=39.56%

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
Decimal381531250.7500.180.4165.3960.2137.45
Hex26997D4B01228a53c25
Octal46231175113022502457445
Binary100110100110011111101100101101001010100010100101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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