Html Css Color HEX #289D7D Jungle Green

📋 copy color: '#289D7D'

red 40 ◦ green 157 ◦ blue 125

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

Shades of Jungle Green #289D7D

Tints of Jungle Green #289D7D

RGB

 RED value IS 40 (16.02% from 255) = 12.42%

 GREEN value IS 157 (61.72% from 255) = 48.76%

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

R = 12.42%
G = 48.76%
B = 38.82%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#289D7D (or 0x289D7D) is known color: Jungle Green. HEX triplet: 28, 9D and 7D. RGB value is (40,157,125). Sum of RGB (Red+Green+Blue) = 40+157+125=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 157 - color contains mainly: green. Hex color #289D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289D7D is #D76282. Grayscale: #767676. Windows color (decimal): -14115459 or 8232232. OLE color: 8232232.

HSL color Cylindrical-coordinate representation of color #289D7D: hue angle of 163.59º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #289D7D is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 157 125 -
CMYK 0.75 0 0.20 0.38
HSL 163.59º 0.59% 0.39% -
HSV(B) 163.59º 0.75% 0.62% -
XYZ 16.63 26.05 23.55 -
YUV 118.37 131.74 72.1 -
System Red Green Blue C M Y K H S L
Decimal 40 157 125 0.75 0 0.20 0.38 163.59 0.59 0.39
Hex 28 9D 7D 4B 0 14 26 A4 3B 27
Octal 50 235 175 113 0 24 46 244 73 47
Binary 101000 10011101 1111101 1001011 0 10100 100110 10100100 111011 100111

Color Harmonies of #289D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289D7D

Black with #289D7D

Text Example


Text Example

White with #289D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289D7D; }

 p { color: rgb(40,157,125); }

 H1.HeaderClassName
 {
   color: #289D7D;
 }
 .AnyTagClassName
 {
   color: #289D7D;
 }
</style>

background-color css

<style>
 a { background-color: #289D7D; }

 a { background-color: rgb(40,157,125); }

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

border-color css

<style>
 span { border-color: #289D7D; }

 span { border-color: rgb(40,157,125); }

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