Html Css Color HEX #289A7B Jungle Green

📋 copy color: '#289A7B'

red 40 ◦ green 154 ◦ blue 123

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

Shades of Jungle Green #289A7B

Tints of Jungle Green #289A7B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.58%

 BLUE value IS 123 (48.44% from 255) = 38.8%

R = 12.62%
G = 48.58%
B = 38.8%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#289A7B (or 0x289A7B) is known color: Jungle Green. HEX triplet: 28, 9A and 7B. RGB value is (40,154,123). Sum of RGB (Red+Green+Blue) = 40+154+123=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 154 (60.55% from 255 or 48.58% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 154 - color contains mainly: green. Hex color #289A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289A7B is #D76584. Grayscale: #747474. Windows color (decimal): -14116229 or 8100392. OLE color: 8100392.

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

Color convert

RGB 40 154 123 -
CMYK 0.74 0 0.20 0.40
HSL 163.68º 0.59% 0.38% -
HSV(B) 163.68º 0.74% 0.6% -
XYZ 16.01 24.99 22.72 -
YUV 116.38 131.73 73.52 -
System Red Green Blue C M Y K H S L
Decimal 40 154 123 0.74 0 0.20 0.40 163.68 0.59 0.38
Hex 28 9A 7B 4A 0 14 28 A4 3B 26
Octal 50 232 173 112 0 24 50 244 73 46
Binary 101000 10011010 1111011 1001010 0 10100 101000 10100100 111011 100110

Color Harmonies of #289A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289A7B

Black with #289A7B

Text Example


Text Example

White with #289A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,154,123); }

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

background-color css

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

 a { background-color: rgb(40,154,123); }

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

border-color css

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

 span { border-color: rgb(40,154,123); }

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