#2F936C

Color #2F936C Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #2F936C

Tints of Eucalyptus #2F936C

Color information

#2F936C (or 0x2F936C) is unknown color: approx Eucalyptus. HEX triplet: 2F, 93 and 6C. RGB value is (47,147,108). Sum of RGB (Red+Green+Blue) = 47+147+108=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #2F936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F936C is #D06C93. Grayscale: #707070. Windows color (decimal): -13659284 or 7115567. OLE color: 7115567.

HSL color Cylindrical-coordinate representation of color #2F936C: hue angle of 156.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F936C is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB47147108-
CMYK0.6800.270.42
HSL156.6º51.55%38.04%-
HSV(B)156.6º68.03%57.65%-
XYZ14.3122.5517.79-
YUV112.65125.3781.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.56%
GREEN value IS 147 (57.81% from 255) = 48.68%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=15.56%
G=48.68%
B=35.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal471471080.6800.270.42156.651.5538.04
Hex2F936C4401B2A9d3426
Octal57223154104033522356446
Binary101111100100111101100100010001101110101010011101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,147,108); }

 H1.HeaderClassName
 {
   color: #2F936C;
 }
 .AnyTagClassName
 {
   color: #2F936C;
 }
</style>
background-color css

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

 a { background-color: rgb(47,147,108); }

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

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

 span { border-color: rgb(47,147,108); }

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