Html Css Color HEX #2F996D Eucalyptus

📋 copy color: '#2F996D'

red 47 ◦ green 153 ◦ blue 109

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

Shades of Eucalyptus #2F996D

Tints of Eucalyptus #2F996D

RGB

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

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

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

R = 15.21%
G = 49.51%
B = 35.28%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#2F996D (or 0x2F996D) is known color: Eucalyptus. HEX triplet: 2F, 99 and 6D. RGB value is (47,153,109). Sum of RGB (Red+Green+Blue) = 47+153+109=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #2F996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F996D is #D06692. Grayscale: #747474. Windows color (decimal): -13657747 or 7182639. OLE color: 7182639.

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

Color convert

RGB 47 153 109 -
CMYK 0.69 0 0.29 0.4
HSL 155.09º 0.53% 0.39% -
HSV(B) 155.09º 0.69% 0.6% -
XYZ 15.32 24.49 18.39 -
YUV 116.29 123.88 78.58 -
System Red Green Blue C M Y K H S L
Decimal 47 153 109 0.69 0 0.29 0.4 155.09 0.53 0.39
Hex 2F 99 6D 45 0 1D 28 9B 35 27
Octal 57 231 155 105 0 35 50 233 65 47
Binary 101111 10011001 1101101 1000101 0 11101 101000 10011011 110101 100111

Color Harmonies of #2F996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F996D

Black with #2F996D

Text Example


Text Example

White with #2F996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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