Html Css Color HEX #25A384 Jungle Green

📋 copy color: '#25A384'

red 37 ◦ green 163 ◦ blue 132

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

Shades of Jungle Green #25A384

Tints of Jungle Green #25A384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.1%

 BLUE value IS 132 (51.95% from 255) = 39.76%

R = 11.14%
G = 49.1%
B = 39.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#25A384 (or 0x25A384) is known color: Jungle Green. HEX triplet: 25, A3 and 84. RGB value is (37,163,132). Sum of RGB (Red+Green+Blue) = 37+163+132=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 163 - color contains mainly: green. Hex color #25A384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A384 is #DA5C7B. Grayscale: #797979. Windows color (decimal): -14310524 or 8692517. OLE color: 8692517.

HSL color Cylindrical-coordinate representation of color #25A384: hue angle of 165.24º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A384 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 163 132 -
CMYK 0.77 0 0.19 0.36
HSL 165.24º 0.63% 0.39% -
HSV(B) 165.24º 0.77% 0.64% -
XYZ 18.03 28.25 26.33 -
YUV 121.79 133.76 67.52 -
System Red Green Blue C M Y K H S L
Decimal 37 163 132 0.77 0 0.19 0.36 165.24 0.63 0.39
Hex 25 A3 84 4D 0 13 24 A5 3F 27
Octal 45 243 204 115 0 23 44 245 77 47
Binary 100101 10100011 10000100 1001101 0 10011 100100 10100101 111111 100111

Color Harmonies of #25A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A384

Black with #25A384

Text Example


Text Example

White with #25A384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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