Html Css Color HEX #2F915E Eucalyptus

📋 copy color: '#2F915E'

red 47 ◦ green 145 ◦ blue 94

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

Shades of Eucalyptus #2F915E

Tints of Eucalyptus #2F915E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.87%

R = 16.43%
G = 50.7%
B = 32.87%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#2F915E (or 0x2F915E) is known color: Eucalyptus. HEX triplet: 2F, 91 and 5E. RGB value is (47,145,94). Sum of RGB (Red+Green+Blue) = 47+145+94=286 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.43% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #2F915E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F915E is #D06EA1. Grayscale: #6D6D6D. Windows color (decimal): -13659810 or 6197551. OLE color: 6197551.

HSL color Cylindrical-coordinate representation of color #2F915E: hue angle of 148.78º 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 #2F915E is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 145 94 -
CMYK 0.68 0 0.35 0.43
HSL 148.78º 0.51% 0.38% -
HSV(B) 148.78º 0.68% 0.57% -
XYZ 13.32 21.66 14.07 -
YUV 109.88 119.03 83.15 -
System Red Green Blue C M Y K H S L
Decimal 47 145 94 0.68 0 0.35 0.43 148.78 0.51 0.38
Hex 2F 91 5E 44 0 23 2B 95 33 26
Octal 57 221 136 104 0 43 53 225 63 46
Binary 101111 10010001 1011110 1000100 0 100011 101011 10010101 110011 100110

Color Harmonies of #2F915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F915E

Black with #2F915E

Text Example


Text Example

White with #2F915E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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