#25B284

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

Shades of Jungle Green #25B284

Tints of Jungle Green #25B284

Color information

#25B284 (or 0x25B284) is unknown color: approx Jungle Green. HEX triplet: 25, B2 and 84. RGB value is (37,178,132). Sum of RGB (Red+Green+Blue) = 37+178+132=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #25B284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25B284 is #DA4D7B. Grayscale: #828282. Windows color (decimal): -14306684 or 8696357. OLE color: 8696357.

HSL color Cylindrical-coordinate representation of color #25B284: hue angle of 160.43º 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 #25B284 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB37178132-
CMYK0.7900.260.30
HSL160.43º65.58%42.16%-
HSV(B)160.43º79.21%69.8%-
XYZ20.8533.927.27-
YUV130.6128.7961.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.66%
GREEN value IS 178 (69.92% from 255) = 51.30%
BLUE value IS 132 (51.95% from 255) = 38.04%
R=10.66%
G=51.30%
B=38.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal371781320.7900.260.30160.4365.5842.16
Hex25B2844F01A1Ea0422a
Octal452622041170323624010252
Binary1001011011001010000100100111101101011110101000001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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