#306222

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

Shades of Green House #306222

Tints of Green House #306222

Color information

#306222 (or 0x306222) is unknown color: approx Green House. HEX triplet: 30, 62 and 22. RGB value is (48,98,34). Sum of RGB (Red+Green+Blue) = 48+98+34=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #306222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306222 is #CF9DDD. Grayscale: #4B4B4B. Windows color (decimal): -13606366 or 2253360. OLE color: 2253360.

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

Color convert

RGB489834-
CMYK0.5100.650.62
HSL106.88º48.48%25.88%-
HSV(B)106.88º65.31%38.43%-
XYZ5.889.483.03-
YUV75.75104.44108.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 98 (38.67% from 255) = 54.44%
BLUE value IS 34 (13.67% from 255) = 18.89%
R=26.67%
G=54.44%
B=18.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4898340.5100.650.62106.8848.4825.88
Hex306222330413E6b301a
Octal6014242630101761536032
Binary110000110001010001011001101000001111110110101111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306222; }

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

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

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

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

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

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

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

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