Html Css Color HEX #259E7D Jungle Green

📋 copy color: '#259E7D'

red 37 ◦ green 158 ◦ blue 125

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

Shades of Jungle Green #259E7D

Tints of Jungle Green #259E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 49.38%

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 11.56%
G = 49.38%
B = 39.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#259E7D (or 0x259E7D) is known color: Jungle Green. HEX triplet: 25, 9E and 7D. RGB value is (37,158,125). Sum of RGB (Red+Green+Blue) = 37+158+125=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 158 (62.11% from 255 or 49.38% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 158 - color contains mainly: green. Hex color #259E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259E7D is #DA6182. Grayscale: #767676. Windows color (decimal): -14311811 or 8232485. OLE color: 8232485.

HSL color Cylindrical-coordinate representation of color #259E7D: hue angle of 163.64º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #259E7D is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 158 125 -
CMYK 0.77 0 0.21 0.38
HSL 163.64º 0.62% 0.38% -
HSV(B) 163.64º 0.77% 0.62% -
XYZ 16.69 26.33 23.6 -
YUV 118.06 131.91 70.18 -
System Red Green Blue C M Y K H S L
Decimal 37 158 125 0.77 0 0.21 0.38 163.64 0.62 0.38
Hex 25 9E 7D 4D 0 15 26 A4 3E 26
Octal 45 236 175 115 0 25 46 244 76 46
Binary 100101 10011110 1111101 1001101 0 10101 100110 10100100 111110 100110

Color Harmonies of #259E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259E7D

Black with #259E7D

Text Example


Text Example

White with #259E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259E7D; }

 p { color: rgb(37,158,125); }

 H1.HeaderClassName
 {
   color: #259E7D;
 }
 .AnyTagClassName
 {
   color: #259E7D;
 }
</style>

background-color css

<style>
 a { background-color: #259E7D; }

 a { background-color: rgb(37,158,125); }

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

border-color css

<style>
 span { border-color: #259E7D; }

 span { border-color: rgb(37,158,125); }

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