#2F661E

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

Shades of Green House #2F661E

Tints of Green House #2F661E

Color information

#2F661E (or 0x2F661E) is unknown color: approx Green House. HEX triplet: 2F, 66 and 1E. RGB value is (47,102,30). Sum of RGB (Red+Green+Blue) = 47+102+30=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 102 (40.23% from 255 or 56.98% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 102 - color contains mainly: green. Hex color #2F661E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F661E is #D099E1. Grayscale: #4D4D4D. Windows color (decimal): -13670882 or 1992239. OLE color: 1992239.

HSL color Cylindrical-coordinate representation of color #2F661E: hue angle of 105.83º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F661E is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB4710230-
CMYK0.5400.710.6
HSL105.83º54.55%25.88%-
HSV(B)105.83º70.59%40%-
XYZ6.1610.22.87-
YUV77.35101.28106.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.26%
GREEN value IS 102 (40.23% from 255) = 56.98%
BLUE value IS 30 (12.11% from 255) = 16.76%
R=26.26%
G=56.98%
B=16.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal47102300.5400.710.6105.8354.5525.88
Hex2F661E360473C6a371a
Octal5714636660107741526732
Binary10111111001101111011011001000111111100110101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,102,30); }

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

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

 a { background-color: rgb(47,102,30); }

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

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

 span { border-color: rgb(47,102,30); }

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