Html Css Color HEX #289C7E Jungle Green

📋 copy color: '#289C7E'

red 40 ◦ green 156 ◦ blue 126

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

Shades of Jungle Green #289C7E

Tints of Jungle Green #289C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.13%

R = 12.42%
G = 48.45%
B = 39.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#289C7E (or 0x289C7E) is known color: Jungle Green. HEX triplet: 28, 9C and 7E. RGB value is (40,156,126). Sum of RGB (Red+Green+Blue) = 40+156+126=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #289C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289C7E is #D76381. Grayscale: #757575. Windows color (decimal): -14115714 or 8297512. OLE color: 8297512.

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

Color convert

RGB 40 156 126 -
CMYK 0.74 0 0.19 0.39
HSL 164.48º 0.59% 0.38% -
HSV(B) 164.48º 0.74% 0.61% -
XYZ 16.53 25.73 23.83 -
YUV 117.9 132.57 72.44 -
System Red Green Blue C M Y K H S L
Decimal 40 156 126 0.74 0 0.19 0.39 164.48 0.59 0.38
Hex 28 9C 7E 4A 0 13 27 A4 3B 26
Octal 50 234 176 112 0 23 47 244 73 46
Binary 101000 10011100 1111110 1001010 0 10011 100111 10100100 111011 100110

Color Harmonies of #289C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289C7E

Black with #289C7E

Text Example


Text Example

White with #289C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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