#30661A

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

Shades of Green House #30661A

Tints of Green House #30661A

Color information

#30661A (or 0x30661A) is unknown color: approx Green House. HEX triplet: 30, 66 and 1A. RGB value is (48,102,26). Sum of RGB (Red+Green+Blue) = 48+102+26=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 102 (40.23% from 255 or 57.95% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 102 - color contains mainly: green. Hex color #30661A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30661A is #CF99E5. Grayscale: #4D4D4D. Windows color (decimal): -13605350 or 1730096. OLE color: 1730096.

HSL color Cylindrical-coordinate representation of color #30661A: hue angle of 102.63º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30661A is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB4810226-
CMYK0.5300.750.6
HSL102.63º59.38%25.1%-
HSV(B)102.63º74.51%40%-
XYZ6.1610.212.62-
YUV77.1999.11107.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 102 (40.23% from 255) = 57.95%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=27.27%
G=57.95%
B=14.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48102260.5300.750.6102.6359.3825.1
Hex30661A3504B3C673b19
Octal6014632650113741477331
Binary11000011001101101011010101001011111100110011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30661A; }

 p { color: rgb(48,102,26); }

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

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

 a { background-color: rgb(48,102,26); }

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

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

 span { border-color: rgb(48,102,26); }

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