#2F601A

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

Shades of Green House #2F601A

Tints of Green House #2F601A

Color information

#2F601A (or 0x2F601A) is unknown color: approx Green House. HEX triplet: 2F, 60 and 1A. RGB value is (47,96,26). Sum of RGB (Red+Green+Blue) = 47+96+26=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #2F601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F601A is #D09FE5. Grayscale: #494949. Windows color (decimal): -13672422 or 1728559. OLE color: 1728559.

HSL color Cylindrical-coordinate representation of color #2F601A: hue angle of 102º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F601A is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB479626-
CMYK0.5100.730.62
HSL102º57.38%23.92%-
HSV(B)102º72.92%37.65%-
XYZ5.549.042.43-
YUV73.37101.27109.19-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.81%
GREEN value IS 96 (37.89% from 255) = 56.80%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=27.81%
G=56.80%
B=15.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4796260.5100.730.6210257.3823.92
Hex2F601A330493E663918
Octal5714032630111761467130
Binary10111111000001101011001101001001111110110011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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