Html Css Color HEX #2F9260 Eucalyptus

📋 copy color: '#2F9260'

red 47 ◦ green 146 ◦ blue 96

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

Shades of Eucalyptus #2F9260

Tints of Eucalyptus #2F9260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.52%

 BLUE value IS 96 (37.89% from 255) = 33.22%

R = 16.26%
G = 50.52%
B = 33.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#2F9260 (or 0x2F9260) is known color: Eucalyptus. HEX triplet: 2F, 92 and 60. RGB value is (47,146,96). Sum of RGB (Red+Green+Blue) = 47+146+96=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #2F9260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9260 is #D06D9F. Grayscale: #6E6E6E. Windows color (decimal): -13659552 or 6328879. OLE color: 6328879.

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

Color convert

RGB 47 146 96 -
CMYK 0.68 0 0.34 0.43
HSL 149.7º 0.51% 0.38% -
HSV(B) 149.7º 0.68% 0.57% -
XYZ 13.56 22.01 14.6 -
YUV 110.7 119.7 82.57 -
System Red Green Blue C M Y K H S L
Decimal 47 146 96 0.68 0 0.34 0.43 149.7 0.51 0.38
Hex 2F 92 60 44 0 22 2B 96 33 26
Octal 57 222 140 104 0 42 53 226 63 46
Binary 101111 10010010 1100000 1000100 0 100010 101011 10010110 110011 100110

Color Harmonies of #2F9260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9260

Black with #2F9260

Text Example


Text Example

White with #2F9260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,146,96); }

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

background-color css

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

 a { background-color: rgb(47,146,96); }

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

border-color css

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

 span { border-color: rgb(47,146,96); }

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