Html Css Color HEX #259B7F Jungle Green

📋 copy color: '#259B7F'

red 37 ◦ green 155 ◦ blue 127

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

Shades of Jungle Green #259B7F

Tints of Jungle Green #259B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.81%

R = 11.6%
G = 48.59%
B = 39.81%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#259B7F (or 0x259B7F) is known color: Jungle Green. HEX triplet: 25, 9B and 7F. RGB value is (37,155,127). Sum of RGB (Red+Green+Blue) = 37+155+127=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #259B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B7F is #DA6480. Grayscale: #747474. Windows color (decimal): -14312577 or 8362789. OLE color: 8362789.

HSL color Cylindrical-coordinate representation of color #259B7F: hue angle of 165.76º 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 #259B7F is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 155 127 -
CMYK 0.76 0 0.18 0.39
HSL 165.76º 0.61% 0.38% -
HSV(B) 165.76º 0.76% 0.61% -
XYZ 16.32 25.37 24.12 -
YUV 116.53 133.91 71.28 -
System Red Green Blue C M Y K H S L
Decimal 37 155 127 0.76 0 0.18 0.39 165.76 0.61 0.38
Hex 25 9B 7F 4C 0 12 27 A6 3D 26
Octal 45 233 177 114 0 22 47 246 75 46
Binary 100101 10011011 1111111 1001100 0 10010 100111 10100110 111101 100110

Color Harmonies of #259B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259B7F

Black with #259B7F

Text Example


Text Example

White with #259B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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