#269F77

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

Shades of Jungle Green #269F77

Tints of Jungle Green #269F77

Color information

#269F77 (or 0x269F77) is unknown color: approx Jungle Green. HEX triplet: 26, 9F and 77. RGB value is (38,159,119). Sum of RGB (Red+Green+Blue) = 38+159+119=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #269F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269F77 is #D96088. Grayscale: #767676. Windows color (decimal): -14246025 or 7839526. OLE color: 7839526.

HSL color Cylindrical-coordinate representation of color #269F77: hue angle of 160.17º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269F77 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB38159119-
CMYK0.7600.250.38
HSL160.17º61.42%38.63%-
HSV(B)160.17º76.1%62.35%-
XYZ16.5326.5421.7-
YUV118.26128.4170.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.03%
GREEN value IS 159 (62.5% from 255) = 50.32%
BLUE value IS 119 (46.88% from 255) = 37.66%
R=12.03%
G=50.32%
B=37.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381591190.7600.250.38160.1761.4238.63
Hex269F774C01926a03d27
Octal46237167114031462407547
Binary100110100111111110111100110001100110011010100000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269F77; }

 p { color: rgb(38,159,119); }

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

<style>
 a { background-color: #269F77; }

 a { background-color: rgb(38,159,119); }

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

<style>
 span { border-color: #269F77; }

 span { border-color: rgb(38,159,119); }

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