Html Css Color HEX #25B286 Jungle Green

📋 copy color: '#25B286'

red 37 ◦ green 178 ◦ blue 134

#25B286
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #25B286

Tints of Jungle Green #25B286

RGB

 RED value IS 37 (14.84% from 255) = 10.6%

 GREEN value IS 178 (69.92% from 255) = 51%

 BLUE value IS 134 (52.73% from 255) = 38.4%

R = 10.6%
G = 51%
B = 38.4%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#25B286 (or 0x25B286) is known color: 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

RGB 37 178 134 -
CMYK 0.79 0 0.25 0.30
HSL 161.28º 0.66% 0.42% -
HSV(B) 161.28º 0.79% 0.7% -
XYZ 20.99 33.96 28 -
YUV 130.83 129.79 61.08 -
System Red Green Blue C M Y K H S L
Decimal 37 178 134 0.79 0 0.25 0.30 161.28 0.66 0.42
Hex 25 B2 86 4F 0 19 1E A1 42 2A
Octal 45 262 206 117 0 31 36 241 102 52
Binary 100101 10110010 10000110 1001111 0 11001 11110 10100001 1000010 101010

Color Harmonies of #25B286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B286

Black with #25B286

Text Example


Text Example

White with #25B286

Text Example


Text Example

HTML Codes & Css Web 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>