#306226

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

Shades of Green House #306226

Tints of Green House #306226

Color information

#306226 (or 0x306226) is unknown color: approx Green House. HEX triplet: 30, 62 and 26. RGB value is (48,98,38). Sum of RGB (Red+Green+Blue) = 48+98+38=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #306226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306226 is #CF9DD9. Grayscale: #4C4C4C. Windows color (decimal): -13606362 or 2515504. OLE color: 2515504.

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

Color convert

RGB489838-
CMYK0.5100.610.62
HSL110º44.12%26.67%-
HSV(B)110º61.22%38.43%-
XYZ5.949.53.36-
YUV76.21106.44107.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 98 (38.67% from 255) = 53.26%
BLUE value IS 38 (15.23% from 255) = 20.65%
R=26.09%
G=53.26%
B=20.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4898380.5100.610.6211044.1226.67
Hex3062263303D3E6e2c1b
Octal601424663075761565433
Binary11000011000101001101100110111101111110110111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306226; }

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

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

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

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

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

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

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

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