#306620

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

Shades of Green House #306620

Tints of Green House #306620

Color information

#306620 (or 0x306620) is unknown color: approx Green House. HEX triplet: 30, 66 and 20. RGB value is (48,102,32). Sum of RGB (Red+Green+Blue) = 48+102+32=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 102 (40.23% from 255 or 56.04% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 102 - color contains mainly: green. Hex color #306620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306620 is #CF99DF. Grayscale: #4E4E4E. Windows color (decimal): -13605344 or 2123312. OLE color: 2123312.

HSL color Cylindrical-coordinate representation of color #306620: hue angle of 106.29º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #306620 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB4810232-
CMYK0.5300.690.6
HSL106.29º52.24%26.27%-
HSV(B)106.29º68.63%40%-
XYZ6.2310.243.01-
YUV77.87102.11106.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 102 (40.23% from 255) = 56.04%
BLUE value IS 32 (12.89% from 255) = 17.58%
R=26.37%
G=56.04%
B=17.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48102320.5300.690.6106.2952.2426.27
Hex306620350453C6a341a
Octal6014640650105741526432
Binary110000110011010000011010101000101111100110101011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306620; }

 p { color: rgb(48,102,32); }

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

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

 a { background-color: rgb(48,102,32); }

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

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

 span { border-color: rgb(48,102,32); }

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