#306024

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

Shades of Green House #306024

Tints of Green House #306024

Color information

#306024 (or 0x306024) is unknown color: approx Green House. HEX triplet: 30, 60 and 24. RGB value is (48,96,36). Sum of RGB (Red+Green+Blue) = 48+96+36=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #306024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306024 is #CF9FDB. Grayscale: #4A4A4A. Windows color (decimal): -13606876 or 2383920. OLE color: 2383920.

HSL color Cylindrical-coordinate representation of color #306024: hue angle of 108º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #306024 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB489636-
CMYK0.5000.620.62
HSL108º45.45%25.88%-
HSV(B)108º62.5%37.65%-
XYZ5.729.123.13-
YUV74.81106.1108.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 96 (37.89% from 255) = 53.33%
BLUE value IS 36 (14.45% from 255) = 20%
R=26.67%
G=53.33%
B=20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896360.5000.620.6210845.4525.88
Hex3060243203E3E6c2d1a
Octal601404462076761545532
Binary11000011000001001001100100111110111110110110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306024; }

 p { color: rgb(48,96,36); }

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

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

 a { background-color: rgb(48,96,36); }

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

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

 span { border-color: rgb(48,96,36); }

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