#269D7E

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

Shades of Jungle Green #269D7E

Tints of Jungle Green #269D7E

Color information

#269D7E (or 0x269D7E) is unknown color: approx Jungle Green. HEX triplet: 26, 9D and 7E. RGB value is (38,157,126). Sum of RGB (Red+Green+Blue) = 38+157+126=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 157 (61.72% from 255 or 48.91% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 157 - color contains mainly: green. Hex color #269D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269D7E is #D96281. Grayscale: #757575. Windows color (decimal): -14246530 or 8297766. OLE color: 8297766.

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

Color convert

RGB38157126-
CMYK0.7600.200.38
HSL164.37º61.03%38.24%-
HSV(B)164.37º75.8%61.57%-
XYZ16.6226.0323.89-
YUV117.88132.5871.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.84%
GREEN value IS 157 (61.72% from 255) = 48.91%
BLUE value IS 126 (49.61% from 255) = 39.25%
R=11.84%
G=48.91%
B=39.25%

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
Decimal381571260.7600.200.38164.3761.0338.24
Hex269D7E4C01426a43d26
Octal46235176114024462447546
Binary100110100111011111110100110001010010011010100100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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