#305C28

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

Shades of Green House #305C28

Tints of Green House #305C28

Color information

#305C28 (or 0x305C28) is unknown color: approx Green House. HEX triplet: 30, 5C and 28. RGB value is (48,92,40). Sum of RGB (Red+Green+Blue) = 48+92+40=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 92 (36.33% from 255 or 51.11% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 92 - color contains mainly: green. Hex color #305C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C28 is #CFA3D7. Grayscale: #494949. Windows color (decimal): -13607896 or 2645040. OLE color: 2645040.

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

Color convert

RGB489240-
CMYK0.4800.570.64
HSL110.77º39.39%25.88%-
HSV(B)110.77º56.52%36.08%-
XYZ5.438.443.35-
YUV72.92109.42110.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 92 (36.33% from 255) = 51.11%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=26.67%
G=51.11%
B=22.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4892400.4800.570.64110.7739.3925.88
Hex305C2830039406f271a
Octal6013450600711001574732
Binary110000101110010100011000001110011000000110111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,92,40); }

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

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

 a { background-color: rgb(48,92,40); }

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

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

 span { border-color: rgb(48,92,40); }

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