#30611D

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

Shades of Green House #30611D

Tints of Green House #30611D

Color information

#30611D (or 0x30611D) is unknown color: approx Green House. HEX triplet: 30, 61 and 1D. RGB value is (48,97,29). Sum of RGB (Red+Green+Blue) = 48+97+29=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #30611D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30611D is #CF9EE2. Grayscale: #4A4A4A. Windows color (decimal): -13606627 or 1925424. OLE color: 1925424.

HSL color Cylindrical-coordinate representation of color #30611D: hue angle of 103.24º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30611D is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB489729-
CMYK0.5100.700.62
HSL103.24º53.97%24.71%-
HSV(B)103.24º70.1%38.04%-
XYZ5.729.272.65-
YUV74.6102.27109.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 97 (38.28% from 255) = 55.75%
BLUE value IS 29 (11.72% from 255) = 16.67%
R=27.59%
G=55.75%
B=16.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4897290.5100.700.62103.2453.9724.71
Hex30611D330463E673619
Octal6014135630106761476631
Binary11000011000011110111001101000110111110110011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30611D; }

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

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

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

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

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

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

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

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