#306019

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

Shades of Green House #306019

Tints of Green House #306019

Color information

#306019 (or 0x306019) is unknown color: approx Green House. HEX triplet: 30, 60 and 19. RGB value is (48,96,25). Sum of RGB (Red+Green+Blue) = 48+96+25=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #306019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306019 is #CF9FE6. Grayscale: #494949. Windows color (decimal): -13606887 or 1663024. OLE color: 1663024.

HSL color Cylindrical-coordinate representation of color #306019: hue angle of 100.56º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #306019 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB489625-
CMYK0.5000.740.62
HSL100.56º58.68%23.73%-
HSV(B)100.56º73.96%37.65%-
XYZ5.589.062.38-
YUV73.55100.6109.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 96 (37.89% from 255) = 56.80%
BLUE value IS 25 (10.16% from 255) = 14.79%
R=28.40%
G=56.80%
B=14.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896250.5000.740.62100.5658.6823.73
Hex3060193204A3E653b18
Octal6014031620112761457330
Binary11000011000001100111001001001010111110110010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306019; }

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

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

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

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

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

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

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

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