#25B286

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

Shades of Jungle Green #25B286

Tints of Jungle Green #25B286

Color information

#25B286 (or 0x25B286) is unknown color: approx Jungle Green. HEX triplet: 25, B2 and 86. RGB value is (37,178,134). Sum of RGB (Red+Green+Blue) = 37+178+134=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #25B286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B286 is #DA4D79. Grayscale: #828282. Windows color (decimal): -14306682 or 8827429. OLE color: 8827429.

HSL color Cylindrical-coordinate representation of color #25B286: hue angle of 161.28º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B286 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB37178134-
CMYK0.7900.250.30
HSL161.28º65.58%42.16%-
HSV(B)161.28º79.21%69.8%-
XYZ20.9933.9628-
YUV130.82129.7961.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.60%
GREEN value IS 178 (69.92% from 255) = 51.00%
BLUE value IS 134 (52.73% from 255) = 38.40%
R=10.60%
G=51.00%
B=38.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal371781340.7900.250.30161.2865.5842.16
Hex25B2864F0191Ea1422a
Octal452622061170313624110252
Binary1001011011001010000110100111101100111110101000011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25B286; }

 p { color: rgb(37,178,134); }

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

<style>
 a { background-color: #25B286; }

 a { background-color: rgb(37,178,134); }

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

<style>
 span { border-color: #25B286; }

 span { border-color: rgb(37,178,134); }

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