#269E81

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

Shades of Jungle Green #269E81

Tints of Jungle Green #269E81

Color information

#269E81 (or 0x269E81) is unknown color: approx Jungle Green. HEX triplet: 26, 9E and 81. RGB value is (38,158,129). Sum of RGB (Red+Green+Blue) = 38+158+129=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 158 - color contains mainly: green. Hex color #269E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269E81 is #D9617E. Grayscale: #767676. Windows color (decimal): -14246271 or 8494630. OLE color: 8494630.

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

Color convert

RGB38158129-
CMYK0.7600.180.38
HSL165.5º61.22%38.43%-
HSV(B)165.5º75.95%61.96%-
XYZ16.9926.4524.98-
YUV118.81133.7470.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.69%
GREEN value IS 158 (62.11% from 255) = 48.62%
BLUE value IS 129 (50.78% from 255) = 39.69%
R=11.69%
G=48.62%
B=39.69%

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
Decimal381581290.7600.180.38165.561.2238.43
Hex269E814C01226a63d26
Octal46236201114022462467546
Binary1001101001111010000001100110001001010011010100110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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