#30592A

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

Shades of Green House #30592A

Tints of Green House #30592A

Color information

#30592A (or 0x30592A) is unknown color: approx Green House. HEX triplet: 30, 59 and 2A. RGB value is (48,89,42). Sum of RGB (Red+Green+Blue) = 48+89+42=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #30592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30592A is #CFA6D5. Grayscale: #474747. Windows color (decimal): -13608662 or 2775344. OLE color: 2775344.

HSL color Cylindrical-coordinate representation of color #30592A: hue angle of 112.34º 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 #30592A is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB488942-
CMYK0.4600.530.65
HSL112.34º35.88%25.69%-
HSV(B)112.34º52.81%34.9%-
XYZ5.217.943.45-
YUV71.38111.42111.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 89 (35.16% from 255) = 49.72%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=26.82%
G=49.72%
B=23.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889420.4600.530.65112.3435.8825.69
Hex30592A2E0354170241a
Octal6013152560651011604432
Binary110000101100110101010111001101011000001111000010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30592A; }

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

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

<style>
 a { background-color: #30592A; }

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

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

<style>
 span { border-color: #30592A; }

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

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