Html Css Color HEX #289F6F Eucalyptus

📋 copy color: '#289F6F'

red 40 ◦ green 159 ◦ blue 111

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

Shades of Eucalyptus #289F6F

Tints of Eucalyptus #289F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.81%

R = 12.9%
G = 51.29%
B = 35.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#289F6F (or 0x289F6F) is known color: Eucalyptus. HEX triplet: 28, 9F and 6F. RGB value is (40,159,111). Sum of RGB (Red+Green+Blue) = 40+159+111=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 159 (62.5% from 255 or 51.29% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 159 - color contains mainly: green. Hex color #289F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289F6F is #D76090. Grayscale: #767676. Windows color (decimal): -14114961 or 7315240. OLE color: 7315240.

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

Color convert

RGB 40 159 111 -
CMYK 0.75 0 0.30 0.38
HSL 155.8º 0.6% 0.39% -
HSV(B) 155.8º 0.75% 0.62% -
XYZ 16.14 26.4 19.28 -
YUV 117.95 124.08 72.4 -
System Red Green Blue C M Y K H S L
Decimal 40 159 111 0.75 0 0.30 0.38 155.8 0.6 0.39
Hex 28 9F 6F 4B 0 1E 26 9C 3C 27
Octal 50 237 157 113 0 36 46 234 74 47
Binary 101000 10011111 1101111 1001011 0 11110 100110 10011100 111100 100111

Color Harmonies of #289F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289F6F

Black with #289F6F

Text Example


Text Example

White with #289F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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