#269F7E

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

Shades of Jungle Green #269F7E

Tints of Jungle Green #269F7E

Color information

#269F7E (or 0x269F7E) is unknown color: approx Jungle Green. HEX triplet: 26, 9F and 7E. RGB value is (38,159,126). Sum of RGB (Red+Green+Blue) = 38+159+126=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #269F7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269F7E is #D96081. Grayscale: #777777. Windows color (decimal): -14246018 or 8298278. OLE color: 8298278.

HSL color Cylindrical-coordinate representation of color #269F7E: hue angle of 163.64º 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 #269F7E is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB38159126-
CMYK0.7600.210.38
HSL163.64º61.42%38.63%-
HSV(B)163.64º76.1%62.35%-
XYZ16.9626.7124-
YUV119.06131.9170.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.76%
GREEN value IS 159 (62.5% from 255) = 49.23%
BLUE value IS 126 (49.61% from 255) = 39.01%
R=11.76%
G=49.23%
B=39.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381591260.7600.210.38163.6461.4238.63
Hex269F7E4C01526a43d27
Octal46237176114025462447547
Binary100110100111111111110100110001010110011010100100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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