Html Css Color HEX #2F9165 Eucalyptus

📋 copy color: '#2F9165'

red 47 ◦ green 145 ◦ blue 101

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

Shades of Eucalyptus #2F9165

Tints of Eucalyptus #2F9165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.47%

R = 16.04%
G = 49.49%
B = 34.47%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#2F9165 (or 0x2F9165) is known color: Eucalyptus. HEX triplet: 2F, 91 and 65. RGB value is (47,145,101). Sum of RGB (Red+Green+Blue) = 47+145+101=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #2F9165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9165 is #D06E9A. Grayscale: #6E6E6E. Windows color (decimal): -13659803 or 6656303. OLE color: 6656303.

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

Color convert

RGB 47 145 101 -
CMYK 0.68 0 0.30 0.43
HSL 153.06º 0.51% 0.38% -
HSV(B) 153.06º 0.68% 0.57% -
XYZ 13.65 21.79 15.8 -
YUV 110.68 122.53 82.58 -
System Red Green Blue C M Y K H S L
Decimal 47 145 101 0.68 0 0.30 0.43 153.06 0.51 0.38
Hex 2F 91 65 44 0 1E 2B 99 33 26
Octal 57 221 145 104 0 36 53 231 63 46
Binary 101111 10010001 1100101 1000100 0 11110 101011 10011001 110011 100110

Color Harmonies of #2F9165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9165

Black with #2F9165

Text Example


Text Example

White with #2F9165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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