#305D29

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

Shades of Green House #305D29

Tints of Green House #305D29

Color information

#305D29 (or 0x305D29) is unknown color: approx Green House. HEX triplet: 30, 5D and 29. RGB value is (48,93,41). Sum of RGB (Red+Green+Blue) = 48+93+41=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #305D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D29 is #CFA2D6. Grayscale: #494949. Windows color (decimal): -13607639 or 2710832. OLE color: 2710832.

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

Color convert

RGB489341-
CMYK0.4800.560.64
HSL111.92º38.81%26.27%-
HSV(B)111.92º55.91%36.47%-
XYZ5.538.623.47-
YUV73.62109.59109.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 93 (36.72% from 255) = 51.10%
BLUE value IS 41 (16.41% from 255) = 22.53%
R=26.37%
G=51.10%
B=22.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4893410.4800.560.64111.9238.8126.27
Hex305D29300384070271a
Octal6013551600701001604732
Binary110000101110110100111000001110001000000111000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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