#26A381

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

Shades of Jungle Green #26A381

Tints of Jungle Green #26A381

Color information

#26A381 (or 0x26A381) is unknown color: approx Jungle Green. HEX triplet: 26, A3 and 81. RGB value is (38,163,129). Sum of RGB (Red+Green+Blue) = 38+163+129=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 163 - color contains mainly: green. Hex color #26A381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A381 is #D95C7E. Grayscale: #797979. Windows color (decimal): -14244991 or 8495910. OLE color: 8495910.

HSL color Cylindrical-coordinate representation of color #26A381: hue angle of 163.68º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A381 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB38163129-
CMYK0.7700.210.36
HSL163.68º62.19%39.41%-
HSV(B)163.68º76.69%63.92%-
XYZ17.8628.1925.27-
YUV121.75132.0968.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.52%
GREEN value IS 163 (64.06% from 255) = 49.39%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=11.52%
G=49.39%
B=39.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381631290.7700.210.36163.6862.1939.41
Hex26A3814D01524a43e27
Octal46243201115025442447647
Binary1001101010001110000001100110101010110010010100100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26A381; }

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

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

<style>
 a { background-color: #26A381; }

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

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

<style>
 span { border-color: #26A381; }

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

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