#30601E

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

Shades of Green House #30601E

Tints of Green House #30601E

Color information

#30601E (or 0x30601E) is unknown color: approx Green House. HEX triplet: 30, 60 and 1E. RGB value is (48,96,30). Sum of RGB (Red+Green+Blue) = 48+96+30=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #30601E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30601E is #CF9FE1. Grayscale: #4A4A4A. Windows color (decimal): -13606882 or 1990704. OLE color: 1990704.

HSL color Cylindrical-coordinate representation of color #30601E: hue angle of 103.64º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30601E is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB489630-
CMYK0.5000.690.62
HSL103.64º52.38%24.71%-
HSV(B)103.64º68.75%37.65%-
XYZ5.649.092.69-
YUV74.12103.1109.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 96 (37.89% from 255) = 55.17%
BLUE value IS 30 (12.11% from 255) = 17.24%
R=27.59%
G=55.17%
B=17.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896300.5000.690.62103.6452.3824.71
Hex30601E320453E683419
Octal6014036620105761506431
Binary11000011000001111011001001000101111110110100011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30601E; }

 p { color: rgb(48,96,30); }

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

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

 a { background-color: rgb(48,96,30); }

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

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

 span { border-color: rgb(48,96,30); }

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