#306128

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

Shades of Green House #306128

Tints of Green House #306128

Color information

#306128 (or 0x306128) is unknown color: approx Green House. HEX triplet: 30, 61 and 28. RGB value is (48,97,40). Sum of RGB (Red+Green+Blue) = 48+97+40=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #306128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306128 is #CF9ED7. Grayscale: #4C4C4C. Windows color (decimal): -13606616 or 2646320. OLE color: 2646320.

HSL color Cylindrical-coordinate representation of color #306128: hue angle of 111.58º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306128 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB489740-
CMYK0.5100.590.62
HSL111.58º41.61%26.86%-
HSV(B)111.58º58.76%38.04%-
XYZ5.889.333.5-
YUV75.85107.77108.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 97 (38.28% from 255) = 52.43%
BLUE value IS 40 (16.02% from 255) = 21.62%
R=25.95%
G=52.43%
B=21.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4897400.5100.590.62111.5841.6126.86
Hex3061283303B3E702a1b
Octal601415063073761605233
Binary11000011000011010001100110111011111110111000010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306128; }

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

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

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

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

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

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

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

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