Html Css Color HEX #289F7C Jungle Green

📋 copy color: '#289F7C'

red 40 ◦ green 159 ◦ blue 124

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

Shades of Jungle Green #289F7C

Tints of Jungle Green #289F7C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.23%

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 12.38%
G = 49.23%
B = 38.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#289F7C (or 0x289F7C) is known color: Jungle Green. HEX triplet: 28, 9F and 7C. RGB value is (40,159,124). Sum of RGB (Red+Green+Blue) = 40+159+124=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #289F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289F7C is #D76083. Grayscale: #777777. Windows color (decimal): -14114948 or 8167208. OLE color: 8167208.

HSL color Cylindrical-coordinate representation of color #289F7C: hue angle of 162.35º degrees, saturation: 0.6, 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 #289F7C is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 159 124 -
CMYK 0.75 0 0.22 0.38
HSL 162.35º 0.6% 0.39% -
HSV(B) 162.35º 0.75% 0.62% -
XYZ 16.91 26.7 23.33 -
YUV 119.43 130.58 71.35 -
System Red Green Blue C M Y K H S L
Decimal 40 159 124 0.75 0 0.22 0.38 162.35 0.6 0.39
Hex 28 9F 7C 4B 0 16 26 A2 3C 27
Octal 50 237 174 113 0 26 46 242 74 47
Binary 101000 10011111 1111100 1001011 0 10110 100110 10100010 111100 100111

Color Harmonies of #289F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289F7C

Black with #289F7C

Text Example


Text Example

White with #289F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,159,124); }

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

background-color css

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

 a { background-color: rgb(40,159,124); }

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

border-color css

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

 span { border-color: rgb(40,159,124); }

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