#269D80

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

Shades of Jungle Green #269D80

Tints of Jungle Green #269D80

Color information

#269D80 (or 0x269D80) is unknown color: approx Jungle Green. HEX triplet: 26, 9D and 80. RGB value is (38,157,128). Sum of RGB (Red+Green+Blue) = 38+157+128=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #269D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269D80 is #D9627F. Grayscale: #767676. Windows color (decimal): -14246528 or 8428838. OLE color: 8428838.

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

Color convert

RGB38157128-
CMYK0.7600.180.38
HSL165.38º61.03%38.24%-
HSV(B)165.38º75.8%61.57%-
XYZ16.7526.0824.57-
YUV118.11133.5870.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.76%
GREEN value IS 157 (61.72% from 255) = 48.61%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=11.76%
G=48.61%
B=39.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381571280.7600.180.38165.3861.0338.24
Hex269D804C01226a53d26
Octal46235200114022462457546
Binary1001101001110110000000100110001001010011010100101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,157,128); }

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

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

 a { background-color: rgb(38,157,128); }

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

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

 span { border-color: rgb(38,157,128); }

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