#305C2A

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

Shades of Green House #305C2A

Tints of Green House #305C2A

Color information

#305C2A (or 0x305C2A) is unknown color: approx Green House. HEX triplet: 30, 5C and 2A. RGB value is (48,92,42). Sum of RGB (Red+Green+Blue) = 48+92+42=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 92 (36.33% from 255 or 50.55% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 92 - color contains mainly: green. Hex color #305C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C2A is #CFA3D5. Grayscale: #494949. Windows color (decimal): -13607894 or 2776112. OLE color: 2776112.

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

Color convert

RGB489242-
CMYK0.4800.540.64
HSL112.8º37.31%26.27%-
HSV(B)112.8º54.35%36.08%-
XYZ5.468.453.53-
YUV73.14110.42110.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 92 (36.33% from 255) = 50.55%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=26.37%
G=50.55%
B=23.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4892420.4800.540.64112.837.3126.27
Hex305C2A300364071251a
Octal6013452600661001614532
Binary110000101110010101011000001101101000000111000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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