#26A283

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

Shades of Jungle Green #26A283

Tints of Jungle Green #26A283

Color information

#26A283 (or 0x26A283) is unknown color: approx Jungle Green. HEX triplet: 26, A2 and 83. RGB value is (38,162,131). Sum of RGB (Red+Green+Blue) = 38+162+131=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 162 (63.67% from 255 or 48.94% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 162 - color contains mainly: green. Hex color #26A283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A283 is #D95D7C. Grayscale: #797979. Windows color (decimal): -14245245 or 8626726. OLE color: 8626726.

HSL color Cylindrical-coordinate representation of color #26A283: hue angle of 165º 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 #26A283 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB38162131-
CMYK0.7700.190.36
HSL165º62%39.22%-
HSV(B)165º76.54%63.53%-
XYZ17.8227.8925.92-
YUV121.39133.4268.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.48%
GREEN value IS 162 (63.67% from 255) = 48.94%
BLUE value IS 131 (51.56% from 255) = 39.58%
R=11.48%
G=48.94%
B=39.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381621310.7700.190.361656239.22
Hex26A2834D01324a53e27
Octal46242203115023442457647
Binary1001101010001010000011100110101001110010010100101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,162,131); }

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

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

 a { background-color: rgb(38,162,131); }

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

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

 span { border-color: rgb(38,162,131); }

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