Html Css Color HEX #259B7A Jungle Green

📋 copy color: '#259B7A'

red 37 ◦ green 155 ◦ blue 122

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

Shades of Jungle Green #259B7A

Tints of Jungle Green #259B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.85%

R = 11.78%
G = 49.36%
B = 38.85%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#259B7A (or 0x259B7A) is known color: Jungle Green. HEX triplet: 25, 9B and 7A. RGB value is (37,155,122). Sum of RGB (Red+Green+Blue) = 37+155+122=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #259B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259B7A is #DA6485. Grayscale: #737373. Windows color (decimal): -14312582 or 8035109. OLE color: 8035109.

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

Color convert

RGB 37 155 122 -
CMYK 0.76 0 0.21 0.39
HSL 163.22º 0.61% 0.38% -
HSV(B) 163.22º 0.76% 0.61% -
XYZ 16 25.24 22.44 -
YUV 115.96 131.41 71.68 -
System Red Green Blue C M Y K H S L
Decimal 37 155 122 0.76 0 0.21 0.39 163.22 0.61 0.38
Hex 25 9B 7A 4C 0 15 27 A3 3D 26
Octal 45 233 172 114 0 25 47 243 75 46
Binary 100101 10011011 1111010 1001100 0 10101 100111 10100011 111101 100110

Color Harmonies of #259B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259B7A

Black with #259B7A

Text Example


Text Example

White with #259B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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