Html Css Color HEX #2F955F Eucalyptus

📋 copy color: '#2F955F'

red 47 ◦ green 149 ◦ blue 95

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

Shades of Eucalyptus #2F955F

Tints of Eucalyptus #2F955F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 16.15%
G = 51.2%
B = 32.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#2F955F (or 0x2F955F) is known color: Eucalyptus. HEX triplet: 2F, 95 and 5F. RGB value is (47,149,95). Sum of RGB (Red+Green+Blue) = 47+149+95=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #2F955F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F955F is #D06AA0. Grayscale: #707070. Windows color (decimal): -13658785 or 6264111. OLE color: 6264111.

HSL color Cylindrical-coordinate representation of color #2F955F: hue angle of 148.24º 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 #2F955F is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 149 95 -
CMYK 0.68 0 0.36 0.42
HSL 148.24º 0.52% 0.38% -
HSV(B) 148.24º 0.68% 0.58% -
XYZ 13.99 22.93 14.51 -
YUV 112.35 118.21 81.39 -
System Red Green Blue C M Y K H S L
Decimal 47 149 95 0.68 0 0.36 0.42 148.24 0.52 0.38
Hex 2F 95 5F 44 0 24 2A 94 34 26
Octal 57 225 137 104 0 44 52 224 64 46
Binary 101111 10010101 1011111 1000100 0 100100 101010 10010100 110100 100110

Color Harmonies of #2F955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F955F

Black with #2F955F

Text Example


Text Example

White with #2F955F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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