Html Css Color HEX #2F955B Eucalyptus

📋 copy color: '#2F955B'

red 47 ◦ green 149 ◦ blue 91

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

Shades of Eucalyptus #2F955B

Tints of Eucalyptus #2F955B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.92%

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 16.38%
G = 51.92%
B = 31.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#2F955B (or 0x2F955B) is known color: Eucalyptus. HEX triplet: 2F, 95 and 5B. RGB value is (47,149,91). Sum of RGB (Red+Green+Blue) = 47+149+91=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #2F955B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F955B is #D06AA4. Grayscale: #707070. Windows color (decimal): -13658789 or 6001967. OLE color: 6001967.

HSL color Cylindrical-coordinate representation of color #2F955B: hue angle of 145.88º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F955B is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 149 91 -
CMYK 0.68 0 0.39 0.42
HSL 145.88º 0.52% 0.38% -
HSV(B) 145.88º 0.68% 0.58% -
XYZ 13.81 22.85 13.58 -
YUV 111.89 116.21 81.72 -
System Red Green Blue C M Y K H S L
Decimal 47 149 91 0.68 0 0.39 0.42 145.88 0.52 0.38
Hex 2F 95 5B 44 0 27 2A 92 34 26
Octal 57 225 133 104 0 47 52 222 64 46
Binary 101111 10010101 1011011 1000100 0 100111 101010 10010010 110100 100110

Color Harmonies of #2F955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F955B

Black with #2F955B

Text Example


Text Example

White with #2F955B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,149,91); }

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

background-color css

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

 a { background-color: rgb(47,149,91); }

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

border-color css

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

 span { border-color: rgb(47,149,91); }

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