Html Css Color HEX #259B78 Jungle Green

📋 copy color: '#259B78'

red 37 ◦ green 155 ◦ blue 120

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

Shades of Jungle Green #259B78

Tints of Jungle Green #259B78

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.68%

 BLUE value IS 120 (47.27% from 255) = 38.46%

R = 11.86%
G = 49.68%
B = 38.46%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#259B78 (or 0x259B78) is known color: Jungle Green. HEX triplet: 25, 9B and 78. RGB value is (37,155,120). Sum of RGB (Red+Green+Blue) = 37+155+120=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #259B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B78 is #DA6487. Grayscale: #737373. Windows color (decimal): -14312584 or 7904037. OLE color: 7904037.

HSL color Cylindrical-coordinate representation of color #259B78: hue angle of 162.2º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259B78 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 155 120 -
CMYK 0.76 0 0.23 0.39
HSL 162.2º 0.61% 0.38% -
HSV(B) 162.2º 0.76% 0.61% -
XYZ 15.87 25.19 21.8 -
YUV 115.73 130.41 71.85 -
System Red Green Blue C M Y K H S L
Decimal 37 155 120 0.76 0 0.23 0.39 162.2 0.61 0.38
Hex 25 9B 78 4C 0 17 27 A2 3D 26
Octal 45 233 170 114 0 27 47 242 75 46
Binary 100101 10011011 1111000 1001100 0 10111 100111 10100010 111101 100110

Color Harmonies of #259B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259B78

Black with #259B78

Text Example


Text Example

White with #259B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,155,120); }

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

background-color css

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

 a { background-color: rgb(37,155,120); }

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

border-color css

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

 span { border-color: rgb(37,155,120); }

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