Html Css Color HEX #2F995C Eucalyptus

📋 copy color: '#2F995C'

red 47 ◦ green 153 ◦ blue 92

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

Shades of Eucalyptus #2F995C

Tints of Eucalyptus #2F995C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.51%

R = 16.1%
G = 52.4%
B = 31.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#2F995C (or 0x2F995C) is known color: Eucalyptus. HEX triplet: 2F, 99 and 5C. RGB value is (47,153,92). Sum of RGB (Red+Green+Blue) = 47+153+92=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #2F995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F995C is #D066A3. Grayscale: #727272. Windows color (decimal): -13657764 or 6068527. OLE color: 6068527.

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

Color convert

RGB 47 153 92 -
CMYK 0.69 0 0.40 0.4
HSL 145.47º 0.53% 0.39% -
HSV(B) 145.47º 0.69% 0.6% -
XYZ 14.5 24.16 14.02 -
YUV 114.35 115.38 79.96 -
System Red Green Blue C M Y K H S L
Decimal 47 153 92 0.69 0 0.40 0.4 145.47 0.53 0.39
Hex 2F 99 5C 45 0 28 28 91 35 27
Octal 57 231 134 105 0 50 50 221 65 47
Binary 101111 10011001 1011100 1000101 0 101000 101000 10010001 110101 100111

Color Harmonies of #2F995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F995C

Black with #2F995C

Text Example


Text Example

White with #2F995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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