#26997A

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

Shades of Jungle Green #26997A

Tints of Jungle Green #26997A

Color information

#26997A (or 0x26997A) is unknown color: approx Jungle Green. HEX triplet: 26, 99 and 7A. RGB value is (38,153,122). Sum of RGB (Red+Green+Blue) = 38+153+122=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #26997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26997A is #D96685. Grayscale: #737373. Windows color (decimal): -14247558 or 8034598. OLE color: 8034598.

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

Color convert

RGB38153122-
CMYK0.7500.200.4
HSL163.83º60.21%37.45%-
HSV(B)163.83º75.16%60%-
XYZ15.724.622.33-
YUV115.08131.973.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.14%
GREEN value IS 153 (60.16% from 255) = 48.88%
BLUE value IS 122 (48.05% from 255) = 38.98%
R=12.14%
G=48.88%
B=38.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531220.7500.200.4163.8360.2137.45
Hex26997A4B01428a43c25
Octal46231172113024502447445
Binary100110100110011111010100101101010010100010100100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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