#306220

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

Shades of Green House #306220

Tints of Green House #306220

Color information

#306220 (or 0x306220) is unknown color: approx Green House. HEX triplet: 30, 62 and 20. RGB value is (48,98,32). Sum of RGB (Red+Green+Blue) = 48+98+32=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #306220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306220 is #CF9DDF. Grayscale: #4B4B4B. Windows color (decimal): -13606368 or 2122288. OLE color: 2122288.

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

Color convert

RGB489832-
CMYK0.5100.670.62
HSL105.45º50.77%25.49%-
HSV(B)105.45º67.35%38.43%-
XYZ5.859.472.89-
YUV75.53103.44108.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 98 (38.67% from 255) = 55.06%
BLUE value IS 32 (12.89% from 255) = 17.98%
R=26.97%
G=55.06%
B=17.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4898320.5100.670.62105.4550.7725.49
Hex306220330433E693319
Octal6014240630103761516331
Binary110000110001010000011001101000011111110110100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306220; }

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

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

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

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

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

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

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

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