#305D20

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

Shades of Green House #305D20

Tints of Green House #305D20

Color information

#305D20 (or 0x305D20) is unknown color: approx Green House. HEX triplet: 30, 5D and 20. RGB value is (48,93,32). Sum of RGB (Red+Green+Blue) = 48+93+32=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #305D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D20 is #CFA2DF. Grayscale: #484848. Windows color (decimal): -13607648 or 2121008. OLE color: 2121008.

HSL color Cylindrical-coordinate representation of color #305D20: hue angle of 104.26º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #305D20 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB489332-
CMYK0.4800.660.64
HSL104.26º48.8%24.51%-
HSV(B)104.26º65.59%36.47%-
XYZ5.398.562.73-
YUV72.59105.09110.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 93 (36.72% from 255) = 53.76%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=27.75%
G=53.76%
B=18.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4893320.4800.660.64104.2648.824.51
Hex305D203004240683119
Octal60135406001021001506131
Binary1100001011101100000110000010000101000000110100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305D20; }

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

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

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

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

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

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

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

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