#26997C

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

Shades of Jungle Green #26997C

Tints of Jungle Green #26997C

Color information

#26997C (or 0x26997C) is unknown color: approx Jungle Green. HEX triplet: 26, 99 and 7C. RGB value is (38,153,124). Sum of RGB (Red+Green+Blue) = 38+153+124=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #26997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26997C is #D96683. Grayscale: #737373. Windows color (decimal): -14247556 or 8165670. OLE color: 8165670.

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

Color convert

RGB38153124-
CMYK0.7500.190.4
HSL164.87º60.21%37.45%-
HSV(B)164.87º75.16%60%-
XYZ15.8324.6522.99-
YUV115.31132.972.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.06%
GREEN value IS 153 (60.16% from 255) = 48.57%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=12.06%
G=48.57%
B=39.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531240.7500.190.4164.8760.2137.45
Hex26997C4B01328a53c25
Octal46231174113023502457445
Binary100110100110011111100100101101001110100010100101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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