Html Css Color HEX #2F965F Eucalyptus

📋 copy color: '#2F965F'

red 47 ◦ green 150 ◦ blue 95

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

Shades of Eucalyptus #2F965F

Tints of Eucalyptus #2F965F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.37%

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

R = 16.1%
G = 51.37%
B = 32.53%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#2F965F (or 0x2F965F) is known color: Eucalyptus. HEX triplet: 2F, 96 and 5F. RGB value is (47,150,95). Sum of RGB (Red+Green+Blue) = 47+150+95=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #2F965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F965F is #D069A0. Grayscale: #717171. Windows color (decimal): -13658529 or 6264367. OLE color: 6264367.

HSL color Cylindrical-coordinate representation of color #2F965F: hue angle of 147.96º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F965F is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 47 150 95 -
CMYK 0.69 0 0.37 0.41
HSL 147.96º 0.52% 0.39% -
HSV(B) 147.96º 0.69% 0.59% -
XYZ 14.14 23.24 14.57 -
YUV 112.93 117.88 80.97 -
System Red Green Blue C M Y K H S L
Decimal 47 150 95 0.69 0 0.37 0.41 147.96 0.52 0.39
Hex 2F 96 5F 45 0 25 29 94 34 27
Octal 57 226 137 105 0 45 51 224 64 47
Binary 101111 10010110 1011111 1000101 0 100101 101001 10010100 110100 100111

Color Harmonies of #2F965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F965F

Black with #2F965F

Text Example


Text Example

White with #2F965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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