#2F936D

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

Shades of Eucalyptus #2F936D

Tints of Eucalyptus #2F936D

Color information

#2F936D (or 0x2F936D) is unknown color: approx Eucalyptus. HEX triplet: 2F, 93 and 6D. RGB value is (47,147,109). Sum of RGB (Red+Green+Blue) = 47+147+109=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #2F936D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F936D is #D06C92. Grayscale: #707070. Windows color (decimal): -13659283 or 7181103. OLE color: 7181103.

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

Color convert

RGB47147109-
CMYK0.6800.260.42
HSL157.2º51.55%38.04%-
HSV(B)157.2º68.03%57.65%-
XYZ14.3722.5818.07-
YUV112.77125.8781.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.51%
GREEN value IS 147 (57.81% from 255) = 48.51%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=15.51%
G=48.51%
B=35.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal471471090.6800.260.42157.251.5538.04
Hex2F936D4401A2A9d3426
Octal57223155104032522356446
Binary101111100100111101101100010001101010101010011101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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