Html Css Color HEX #279F70 Eucalyptus

📋 copy color: '#279F70'

red 39 ◦ green 159 ◦ blue 112

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

Shades of Eucalyptus #279F70

Tints of Eucalyptus #279F70

RGB

 RED value IS 39 (15.63% from 255) = 12.58%

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

 BLUE value IS 112 (44.14% from 255) = 36.13%

R = 12.58%
G = 51.29%
B = 36.13%

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

#279F70 (or 0x279F70) is known color: Eucalyptus. HEX triplet: 27, 9F and 70. RGB value is (39,159,112). Sum of RGB (Red+Green+Blue) = 39+159+112=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 159 (62.5% from 255 or 51.29% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 159 - color contains mainly: green. Hex color #279F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279F70 is #D8608F. Grayscale: #757575. Windows color (decimal): -14180496 or 7380775. OLE color: 7380775.

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

Color convert

RGB 39 159 112 -
CMYK 0.75 0 0.30 0.38
HSL 156.5º 0.61% 0.39% -
HSV(B) 156.5º 0.75% 0.62% -
XYZ 16.16 26.4 19.57 -
YUV 117.76 124.74 71.82 -
System Red Green Blue C M Y K H S L
Decimal 39 159 112 0.75 0 0.30 0.38 156.5 0.61 0.39
Hex 27 9F 70 4B 0 1E 26 9C 3D 27
Octal 47 237 160 113 0 36 46 234 75 47
Binary 100111 10011111 1110000 1001011 0 11110 100110 10011100 111101 100111

Color Harmonies of #279F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279F70

Black with #279F70

Text Example


Text Example

White with #279F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279F70; }

 p { color: rgb(39,159,112); }

 H1.HeaderClassName
 {
   color: #279F70;
 }
 .AnyTagClassName
 {
   color: #279F70;
 }
</style>

background-color css

<style>
 a { background-color: #279F70; }

 a { background-color: rgb(39,159,112); }

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

border-color css

<style>
 span { border-color: #279F70; }

 span { border-color: rgb(39,159,112); }

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