Html Css Color HEX #2F915D Eucalyptus

📋 copy color: '#2F915D'

red 47 ◦ green 145 ◦ blue 93

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

Shades of Eucalyptus #2F915D

Tints of Eucalyptus #2F915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.88%

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

R = 16.49%
G = 50.88%
B = 32.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#2F915D (or 0x2F915D) is known color: Eucalyptus. HEX triplet: 2F, 91 and 5D. RGB value is (47,145,93). Sum of RGB (Red+Green+Blue) = 47+145+93=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #2F915D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F915D is #D06EA2. Grayscale: #6D6D6D. Windows color (decimal): -13659811 or 6132015. OLE color: 6132015.

HSL color Cylindrical-coordinate representation of color #2F915D: hue angle of 148.16º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F915D is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 145 93 -
CMYK 0.68 0 0.36 0.43
HSL 148.16º 0.51% 0.38% -
HSV(B) 148.16º 0.68% 0.57% -
XYZ 13.27 21.65 13.83 -
YUV 109.77 118.53 83.23 -
System Red Green Blue C M Y K H S L
Decimal 47 145 93 0.68 0 0.36 0.43 148.16 0.51 0.38
Hex 2F 91 5D 44 0 24 2B 94 33 26
Octal 57 221 135 104 0 44 53 224 63 46
Binary 101111 10010001 1011101 1000100 0 100100 101011 10010100 110011 100110

Color Harmonies of #2F915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F915D

Black with #2F915D

Text Example


Text Example

White with #2F915D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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