#2F621C

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

Shades of Green House #2F621C

Tints of Green House #2F621C

Color information

#2F621C (or 0x2F621C) is unknown color: approx Green House. HEX triplet: 2F, 62 and 1C. RGB value is (47,98,28). Sum of RGB (Red+Green+Blue) = 47+98+28=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #2F621C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F621C is #D09DE3. Grayscale: #4B4B4B. Windows color (decimal): -13671908 or 1860143. OLE color: 1860143.

HSL color Cylindrical-coordinate representation of color #2F621C: hue angle of 103.71º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F621C is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB479828-
CMYK0.5200.710.62
HSL103.71º55.56%24.71%-
HSV(B)103.71º71.43%38.43%-
XYZ5.759.422.61-
YUV74.77101.6108.19-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.17%
GREEN value IS 98 (38.67% from 255) = 56.65%
BLUE value IS 28 (11.33% from 255) = 16.18%
R=27.17%
G=56.65%
B=16.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4798280.5200.710.62103.7155.5624.71
Hex2F621C340473E683819
Octal5714234640107761507031
Binary10111111000101110011010001000111111110110100011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,98,28); }

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

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

 a { background-color: rgb(47,98,28); }

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

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

 span { border-color: rgb(47,98,28); }

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