#2f6326

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

Shades of Green House #2F6326

Tints of Green House #2F6326

Color information

#2F6326 (or 0x2F6326) is unknown color: approx Green House. HEX triplet: 2F, 63 and 26. RGB value is (47,99,38). Sum of RGB (Red+Green+Blue) = 47+99+38=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #2F6326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6326 is #D09CD9. Grayscale: #4C4C4C. Windows color (decimal): -13671642 or 2515759. OLE color: 2515759.

HSL color Cylindrical-coordinate representation of color #2F6326: hue angle of 111.15º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F6326 is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB479938-
CMYK0.5300.620.61
HSL111.15º44.53%26.86%-
HSV(B)111.15º61.62%38.82%-
XYZ5.989.673.38-
YUV76.5106.27106.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.54%
GREEN value IS 99 (39.06% from 255) = 53.80%
BLUE value IS 38 (15.23% from 255) = 20.65%
R=25.54%
G=53.80%
B=20.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4799380.5300.620.61111.1544.5326.86
Hex2F63263503E3D6f2d1b
Octal571434665076751575533
Binary10111111000111001101101010111110111101110111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f6326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,99,38); }

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

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

 a { background-color: rgb(47,99,38); }

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

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

 span { border-color: rgb(47,99,38); }

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