Html Css Color HEX #2F9959 Eucalyptus

📋 copy color: '#2F9959'

red 47 ◦ green 153 ◦ blue 89

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

Shades of Eucalyptus #2F9959

Tints of Eucalyptus #2F9959

RGB

 RED value IS 47 (18.75% from 255) = 16.26%

 GREEN value IS 153 (60.16% from 255) = 52.94%

 BLUE value IS 89 (35.16% from 255) = 30.8%

R = 16.26%
G = 52.94%
B = 30.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#2F9959 (or 0x2F9959) is known color: Eucalyptus. HEX triplet: 2F, 99 and 59. RGB value is (47,153,89). Sum of RGB (Red+Green+Blue) = 47+153+89=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #2F9959 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9959 is #D066A6. Grayscale: #727272. Windows color (decimal): -13657767 or 5871919. OLE color: 5871919.

HSL color Cylindrical-coordinate representation of color #2F9959: hue angle of 143.77º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9959 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 47 153 89 -
CMYK 0.69 0 0.42 0.4
HSL 143.77º 0.53% 0.39% -
HSV(B) 143.77º 0.69% 0.6% -
XYZ 14.37 24.11 13.35 -
YUV 114.01 113.88 80.2 -
System Red Green Blue C M Y K H S L
Decimal 47 153 89 0.69 0 0.42 0.4 143.77 0.53 0.39
Hex 2F 99 59 45 0 2A 28 90 35 27
Octal 57 231 131 105 0 52 50 220 65 47
Binary 101111 10011001 1011001 1000101 0 101010 101000 10010000 110101 100111

Color Harmonies of #2F9959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9959

Black with #2F9959

Text Example


Text Example

White with #2F9959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F9959; }

 p { color: rgb(47,153,89); }

 H1.HeaderClassName
 {
   color: #2F9959;
 }
 .AnyTagClassName
 {
   color: #2F9959;
 }
</style>

background-color css

<style>
 a { background-color: #2F9959; }

 a { background-color: rgb(47,153,89); }

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

border-color css

<style>
 span { border-color: #2F9959; }

 span { border-color: rgb(47,153,89); }

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