#2F6328

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

Shades of Green House #2F6328

Tints of Green House #2F6328

Color information

#2F6328 (or 0x2F6328) is unknown color: approx Green House. HEX triplet: 2F, 63 and 28. RGB value is (47,99,40). Sum of RGB (Red+Green+Blue) = 47+99+40=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #2F6328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6328 is #D09CD7. Grayscale: #4C4C4C. Windows color (decimal): -13671640 or 2646831. OLE color: 2646831.

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

Color convert

RGB479940-
CMYK0.5300.600.61
HSL112.88º42.45%27.25%-
HSV(B)112.88º59.6%38.82%-
XYZ6.029.683.56-
YUV76.73107.27106.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.27%
GREEN value IS 99 (39.06% from 255) = 53.23%
BLUE value IS 40 (16.02% from 255) = 21.51%
R=25.27%
G=53.23%
B=21.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4799400.5300.600.61112.8842.4527.25
Hex2F63283503C3D712a1b
Octal571435065074751615233
Binary10111111000111010001101010111100111101111000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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