Html Css Color HEX #2F976D Eucalyptus

📋 copy color: '#2F976D'

red 47 ◦ green 151 ◦ blue 109

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

Shades of Eucalyptus #2F976D

Tints of Eucalyptus #2F976D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.19%

 BLUE value IS 109 (42.97% from 255) = 35.5%

R = 15.31%
G = 49.19%
B = 35.5%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#2F976D (or 0x2F976D) is known color: Eucalyptus. HEX triplet: 2F, 97 and 6D. RGB value is (47,151,109). Sum of RGB (Red+Green+Blue) = 47+151+109=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #2F976D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F976D is #D06892. Grayscale: #737373. Windows color (decimal): -13658259 or 7182127. OLE color: 7182127.

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

Color convert

RGB 47 151 109 -
CMYK 0.69 0 0.28 0.41
HSL 155.77º 0.53% 0.39% -
HSV(B) 155.77º 0.69% 0.59% -
XYZ 15 23.84 18.28 -
YUV 115.12 124.54 79.42 -
System Red Green Blue C M Y K H S L
Decimal 47 151 109 0.69 0 0.28 0.41 155.77 0.53 0.39
Hex 2F 97 6D 45 0 1C 29 9C 35 27
Octal 57 227 155 105 0 34 51 234 65 47
Binary 101111 10010111 1101101 1000101 0 11100 101001 10011100 110101 100111

Color Harmonies of #2F976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F976D

Black with #2F976D

Text Example


Text Example

White with #2F976D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,151,109); }

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

background-color css

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

 a { background-color: rgb(47,151,109); }

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

border-color css

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

 span { border-color: rgb(47,151,109); }

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