Html Css Color HEX #289C7D Jungle Green

📋 copy color: '#289C7D'

red 40 ◦ green 156 ◦ blue 125

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

Shades of Jungle Green #289C7D

Tints of Jungle Green #289C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.6%

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

R = 12.46%
G = 48.6%
B = 38.94%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#289C7D (or 0x289C7D) is known color: Jungle Green. HEX triplet: 28, 9C and 7D. RGB value is (40,156,125). Sum of RGB (Red+Green+Blue) = 40+156+125=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 156 - color contains mainly: green. Hex color #289C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289C7D is #D76382. Grayscale: #757575. Windows color (decimal): -14115715 or 8231976. OLE color: 8231976.

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

Color convert

RGB 40 156 125 -
CMYK 0.74 0 0.20 0.39
HSL 163.97º 0.59% 0.38% -
HSV(B) 163.97º 0.74% 0.61% -
XYZ 16.47 25.71 23.5 -
YUV 117.78 132.07 72.52 -
System Red Green Blue C M Y K H S L
Decimal 40 156 125 0.74 0 0.20 0.39 163.97 0.59 0.38
Hex 28 9C 7D 4A 0 14 27 A4 3B 26
Octal 50 234 175 112 0 24 47 244 73 46
Binary 101000 10011100 1111101 1001010 0 10100 100111 10100100 111011 100110

Color Harmonies of #289C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289C7D

Black with #289C7D

Text Example


Text Example

White with #289C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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