Html Css Color HEX #2F985D Eucalyptus

📋 copy color: '#2F985D'

red 47 ◦ green 152 ◦ blue 93

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

Shades of Eucalyptus #2F985D

Tints of Eucalyptus #2F985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.05%

 BLUE value IS 93 (36.72% from 255) = 31.85%

R = 16.1%
G = 52.05%
B = 31.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#2F985D (or 0x2F985D) is known color: Eucalyptus. HEX triplet: 2F, 98 and 5D. RGB value is (47,152,93). Sum of RGB (Red+Green+Blue) = 47+152+93=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #2F985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F985D is #D067A2. Grayscale: #727272. Windows color (decimal): -13658019 or 6133807. OLE color: 6133807.

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

Color convert

RGB 47 152 93 -
CMYK 0.69 0 0.39 0.40
HSL 146.29º 0.53% 0.39% -
HSV(B) 146.29º 0.69% 0.6% -
XYZ 14.38 23.85 14.2 -
YUV 113.88 116.21 80.3 -
System Red Green Blue C M Y K H S L
Decimal 47 152 93 0.69 0 0.39 0.40 146.29 0.53 0.39
Hex 2F 98 5D 45 0 27 28 92 35 27
Octal 57 230 135 105 0 47 50 222 65 47
Binary 101111 10011000 1011101 1000101 0 100111 101000 10010010 110101 100111

Color Harmonies of #2F985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F985D

Black with #2F985D

Text Example


Text Example

White with #2F985D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,152,93); }

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

background-color css

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

 a { background-color: rgb(47,152,93); }

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

border-color css

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

 span { border-color: rgb(47,152,93); }

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