#26B485

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

Shades of Jungle Green #26B485

Tints of Jungle Green #26B485

Color information

#26B485 (or 0x26B485) is unknown color: approx Jungle Green. HEX triplet: 26, B4 and 85. RGB value is (38,180,133). Sum of RGB (Red+Green+Blue) = 38+180+133=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 180 (70.70% from 255 or 51.28% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 180 - color contains mainly: green. Hex color #26B485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26B485 is #D94B7A. Grayscale: #848484. Windows color (decimal): -14240635 or 8762406. OLE color: 8762406.

HSL color Cylindrical-coordinate representation of color #26B485: hue angle of 160.14º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B485 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB38180133-
CMYK0.7900.260.29
HSL160.14º65.14%42.75%-
HSV(B)160.14º78.89%70.59%-
XYZ21.3534.7527.77-
YUV132.18128.4660.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.83%
GREEN value IS 180 (70.70% from 255) = 51.28%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=10.83%
G=51.28%
B=37.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal381801330.7900.260.29160.1465.1442.75
Hex26B4854F01A1Da0412b
Octal462642051170323524010153
Binary1001101011010010000101100111101101011101101000001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,180,133); }

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

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

 a { background-color: rgb(38,180,133); }

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

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

 span { border-color: rgb(38,180,133); }

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