#306026

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

Shades of Green House #306026

Tints of Green House #306026

Color information

#306026 (or 0x306026) is unknown color: approx Green House. HEX triplet: 30, 60 and 26. RGB value is (48,96,38). Sum of RGB (Red+Green+Blue) = 48+96+38=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #306026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306026 is #CF9FD9. Grayscale: #4B4B4B. Windows color (decimal): -13606874 or 2514992. OLE color: 2514992.

HSL color Cylindrical-coordinate representation of color #306026: hue angle of 109.66º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #306026 is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB489638-
CMYK0.5000.600.62
HSL109.66º43.28%26.27%-
HSV(B)109.66º60.42%37.65%-
XYZ5.759.133.29-
YUV75.04107.1108.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 96 (37.89% from 255) = 52.75%
BLUE value IS 38 (15.23% from 255) = 20.88%
R=26.37%
G=52.75%
B=20.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896380.5000.600.62109.6643.2826.27
Hex3060263203C3E6e2b1a
Octal601404662074761565332
Binary11000011000001001101100100111100111110110111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306026; }

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

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

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

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

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

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

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

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