#306224

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

Shades of Green House #306224

Tints of Green House #306224

Color information

#306224 (or 0x306224) is unknown color: approx Green House. HEX triplet: 30, 62 and 24. RGB value is (48,98,36). Sum of RGB (Red+Green+Blue) = 48+98+36=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #306224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306224 is #CF9DDB. Grayscale: #4C4C4C. Windows color (decimal): -13606364 or 2384432. OLE color: 2384432.

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

Color convert

RGB489836-
CMYK0.5100.630.62
HSL108.39º46.27%26.27%-
HSV(B)108.39º63.27%38.43%-
XYZ5.919.493.19-
YUV75.98105.44108.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 98 (38.67% from 255) = 53.85%
BLUE value IS 36 (14.45% from 255) = 19.78%
R=26.37%
G=53.85%
B=19.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4898360.5100.630.62108.3946.2726.27
Hex3062243303F3E6c2e1a
Octal601424463077761545632
Binary11000011000101001001100110111111111110110110010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306224; }

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

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

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

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

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

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

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

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