Html Css Color HEX #25B38A Jungle Green

📋 copy color: '#25B38A'

red 37 ◦ green 179 ◦ blue 138

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

Shades of Jungle Green #25B38A

Tints of Jungle Green #25B38A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.56%

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 10.45%
G = 50.56%
B = 38.98%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#25B38A (or 0x25B38A) is known color: Jungle Green. HEX triplet: 25, B3 and 8A. RGB value is (37,179,138). Sum of RGB (Red+Green+Blue) = 37+179+138=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #25B38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25B38A is #DA4C75. Grayscale: #838383. Windows color (decimal): -14306422 or 9089829. OLE color: 9089829.

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

Color convert

RGB 37 179 138 -
CMYK 0.79 0 0.23 0.30
HSL 162.68º 0.66% 0.42% -
HSV(B) 162.68º 0.79% 0.7% -
XYZ 21.47 34.47 29.57 -
YUV 131.87 131.46 60.33 -
System Red Green Blue C M Y K H S L
Decimal 37 179 138 0.79 0 0.23 0.30 162.68 0.66 0.42
Hex 25 B3 8A 4F 0 17 1E A3 42 2A
Octal 45 263 212 117 0 27 36 243 102 52
Binary 100101 10110011 10001010 1001111 0 10111 11110 10100011 1000010 101010

Color Harmonies of #25B38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B38A

Black with #25B38A

Text Example


Text Example

White with #25B38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,179,138); }

 H1.HeaderClassName
 {
   color: #25B38A;
 }
 .AnyTagClassName
 {
   color: #25B38A;
 }
</style>

background-color css

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

 a { background-color: rgb(37,179,138); }

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

border-color css

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

 span { border-color: rgb(37,179,138); }

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