Html Css Color HEX #2F9859 Eucalyptus

📋 copy color: '#2F9859'

red 47 ◦ green 152 ◦ blue 89

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

Shades of Eucalyptus #2F9859

Tints of Eucalyptus #2F9859

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.78%

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

R = 16.32%
G = 52.78%
B = 30.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#2F9859 (or 0x2F9859) is known color: Eucalyptus. HEX triplet: 2F, 98 and 59. RGB value is (47,152,89). Sum of RGB (Red+Green+Blue) = 47+152+89=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #2F9859 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9859 is #D067A6. Grayscale: #717171. Windows color (decimal): -13658023 or 5871663. OLE color: 5871663.

HSL color Cylindrical-coordinate representation of color #2F9859: hue angle of 144º 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 #2F9859 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 47 152 89 -
CMYK 0.69 0 0.41 0.40
HSL 144º 0.53% 0.39% -
HSV(B) 144º 0.69% 0.6% -
XYZ 14.2 23.78 13.29 -
YUV 113.42 114.21 80.62 -
System Red Green Blue C M Y K H S L
Decimal 47 152 89 0.69 0 0.41 0.40 144 0.53 0.39
Hex 2F 98 59 45 0 29 28 90 35 27
Octal 57 230 131 105 0 51 50 220 65 47
Binary 101111 10011000 1011001 1000101 0 101001 101000 10010000 110101 100111

Color Harmonies of #2F9859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9859

Black with #2F9859

Text Example


Text Example

White with #2F9859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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