Html Css Color HEX #2F995B Eucalyptus

📋 copy color: '#2F995B'

red 47 ◦ green 153 ◦ blue 91

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

Shades of Eucalyptus #2F995B

Tints of Eucalyptus #2F995B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.58%

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

R = 16.15%
G = 52.58%
B = 31.27%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#2F995B (or 0x2F995B) is known color: Eucalyptus. HEX triplet: 2F, 99 and 5B. RGB value is (47,153,91). Sum of RGB (Red+Green+Blue) = 47+153+91=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #2F995B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F995B is #D066A4. Grayscale: #727272. Windows color (decimal): -13657765 or 6002991. OLE color: 6002991.

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

Color convert

RGB 47 153 91 -
CMYK 0.69 0 0.41 0.4
HSL 144.91º 0.53% 0.39% -
HSV(B) 144.91º 0.69% 0.6% -
XYZ 14.45 24.14 13.8 -
YUV 114.24 114.88 80.04 -
System Red Green Blue C M Y K H S L
Decimal 47 153 91 0.69 0 0.41 0.4 144.91 0.53 0.39
Hex 2F 99 5B 45 0 29 28 91 35 27
Octal 57 231 133 105 0 51 50 221 65 47
Binary 101111 10011001 1011011 1000101 0 101001 101000 10010001 110101 100111

Color Harmonies of #2F995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F995B

Black with #2F995B

Text Example


Text Example

White with #2F995B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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