#305A2A

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

Shades of Green House #305A2A

Tints of Green House #305A2A

Color information

#305A2A (or 0x305A2A) is unknown color: approx Green House. HEX triplet: 30, 5A and 2A. RGB value is (48,90,42). Sum of RGB (Red+Green+Blue) = 48+90+42=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #305A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A2A is #CFA5D5. Grayscale: #484848. Windows color (decimal): -13608406 or 2775600. OLE color: 2775600.

HSL color Cylindrical-coordinate representation of color #305A2A: hue angle of 112.5º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #305A2A is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB489042-
CMYK0.4700.530.65
HSL112.5º36.36%25.88%-
HSV(B)112.5º53.33%35.29%-
XYZ5.298.113.48-
YUV71.97111.09110.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 90 (35.55% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 23.33%
R=26.67%
G=50%
B=23.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4890420.4700.530.65112.536.3625.88
Hex305A2A2F0354170241a
Octal6013252570651011604432
Binary110000101101010101010111101101011000001111000010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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