#269E7E

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

Shades of Jungle Green #269E7E

Tints of Jungle Green #269E7E

Color information

#269E7E (or 0x269E7E) is unknown color: approx Jungle Green. HEX triplet: 26, 9E and 7E. RGB value is (38,158,126). Sum of RGB (Red+Green+Blue) = 38+158+126=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #269E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269E7E is #D96181. Grayscale: #767676. Windows color (decimal): -14246274 or 8298022. OLE color: 8298022.

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

Color convert

RGB38158126-
CMYK0.7600.200.38
HSL164º61.22%38.43%-
HSV(B)164º75.95%61.96%-
XYZ16.7926.3723.94-
YUV118.47132.2470.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.80%
GREEN value IS 158 (62.11% from 255) = 49.07%
BLUE value IS 126 (49.61% from 255) = 39.13%
R=11.80%
G=49.07%
B=39.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381581260.7600.200.3816461.2238.43
Hex269E7E4C01426a43d26
Octal46236176114024462447546
Binary100110100111101111110100110001010010011010100100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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