Html Css Color HEX #289C7C Jungle Green

📋 copy color: '#289C7C'

red 40 ◦ green 156 ◦ blue 124

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

Shades of Jungle Green #289C7C

Tints of Jungle Green #289C7C

RGB

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

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

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

R = 12.5%
G = 48.75%
B = 38.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#289C7C (or 0x289C7C) is known color: Jungle Green. HEX triplet: 28, 9C and 7C. RGB value is (40,156,124). Sum of RGB (Red+Green+Blue) = 40+156+124=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #289C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289C7C is #D76383. Grayscale: #757575. Windows color (decimal): -14115716 or 8166440. OLE color: 8166440.

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

Color convert

RGB 40 156 124 -
CMYK 0.74 0 0.21 0.39
HSL 163.45º 0.59% 0.38% -
HSV(B) 163.45º 0.74% 0.61% -
XYZ 16.4 25.68 23.16 -
YUV 117.67 131.57 72.6 -
System Red Green Blue C M Y K H S L
Decimal 40 156 124 0.74 0 0.21 0.39 163.45 0.59 0.38
Hex 28 9C 7C 4A 0 15 27 A3 3B 26
Octal 50 234 174 112 0 25 47 243 73 46
Binary 101000 10011100 1111100 1001010 0 10101 100111 10100011 111011 100110

Color Harmonies of #289C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289C7C

Black with #289C7C

Text Example


Text Example

White with #289C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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