#306828

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

Shades of Green House #306828

Tints of Green House #306828

Color information

#306828 (or 0x306828) is unknown color: approx Green House. HEX triplet: 30, 68 and 28. RGB value is (48,104,40). Sum of RGB (Red+Green+Blue) = 48+104+40=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #306828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306828 is #CF97D7. Grayscale: #505050. Windows color (decimal): -13604824 or 2648112. OLE color: 2648112.

HSL color Cylindrical-coordinate representation of color #306828: hue angle of 112.5º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #306828 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB4810440-
CMYK0.5400.620.59
HSL112.5º44.44%28.24%-
HSV(B)112.5º61.54%40.78%-
XYZ6.5510.683.72-
YUV79.96105.45105.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 104 (41.02% from 255) = 54.17%
BLUE value IS 40 (16.02% from 255) = 20.83%
R=25%
G=54.17%
B=20.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48104400.5400.620.59112.544.4428.24
Hex3068283603E3B702c1c
Octal601505066076731605434
Binary11000011010001010001101100111110111011111000010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306828; }

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

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

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

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

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

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

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

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