#2F621E

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

Shades of Green House #2F621E

Tints of Green House #2F621E

Color information

#2F621E (or 0x2F621E) is unknown color: approx Green House. HEX triplet: 2F, 62 and 1E. RGB value is (47,98,30). Sum of RGB (Red+Green+Blue) = 47+98+30=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 98 (38.67% from 255 or 56% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 98 - color contains mainly: green. Hex color #2F621E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F621E is #D09DE1. Grayscale: #4B4B4B. Windows color (decimal): -13671906 or 1991215. OLE color: 1991215.

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

Color convert

RGB479830-
CMYK0.5200.690.62
HSL105º53.12%25.1%-
HSV(B)105º69.39%38.43%-
XYZ5.779.432.74-
YUV75102.6108.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.86%
GREEN value IS 98 (38.67% from 255) = 56%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=26.86%
G=56%
B=17.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4798300.5200.690.6210553.1225.1
Hex2F621E340453E693519
Octal5714236640105761516531
Binary10111111000101111011010001000101111110110100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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