Html Css Color HEX #2F8966 Eucalyptus

📋 copy color: '#2F8966'

red 47 ◦ green 137 ◦ blue 102

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

Shades of Eucalyptus #2F8966

Tints of Eucalyptus #2F8966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.9%

 BLUE value IS 102 (40.23% from 255) = 35.66%

R = 16.43%
G = 47.9%
B = 35.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#2F8966 (or 0x2F8966) is known color: Eucalyptus. HEX triplet: 2F, 89 and 66. RGB value is (47,137,102). Sum of RGB (Red+Green+Blue) = 47+137+102=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8966 is #D07699. Grayscale: #6A6A6A. Windows color (decimal): -13661850 or 6719791. OLE color: 6719791.

HSL color Cylindrical-coordinate representation of color #2F8966: hue angle of 156.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8966 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 137 102 -
CMYK 0.66 0 0.26 0.46
HSL 156.67º 0.49% 0.36% -
HSV(B) 156.67º 0.66% 0.54% -
XYZ 12.52 19.45 15.67 -
YUV 106.1 125.68 85.85 -
System Red Green Blue C M Y K H S L
Decimal 47 137 102 0.66 0 0.26 0.46 156.67 0.49 0.36
Hex 2F 89 66 42 0 1A 2E 9D 31 24
Octal 57 211 146 102 0 32 56 235 61 44
Binary 101111 10001001 1100110 1000010 0 11010 101110 10011101 110001 100100

Color Harmonies of #2F8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8966

Black with #2F8966

Text Example


Text Example

White with #2F8966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,137,102); }

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

background-color css

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

 a { background-color: rgb(47,137,102); }

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

border-color css

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

 span { border-color: rgb(47,137,102); }

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