#306B26

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

Shades of Green House #306B26

Tints of Green House #306B26

Color information

#306B26 (or 0x306B26) is unknown color: approx Green House. HEX triplet: 30, 6B and 26. RGB value is (48,107,38). Sum of RGB (Red+Green+Blue) = 48+107+38=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 107 (42.19% from 255 or 55.44% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 107 - color contains mainly: green. Hex color #306B26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306B26 is #CF94D9. Grayscale: #515151. Windows color (decimal): -13604058 or 2517808. OLE color: 2517808.

HSL color Cylindrical-coordinate representation of color #306B26: hue angle of 111.3º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #306B26 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB4810738-
CMYK0.5500.640.58
HSL111.3º47.59%28.43%-
HSV(B)111.3º64.49%41.96%-
XYZ6.8311.283.65-
YUV81.49103.45104.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 107 (42.19% from 255) = 55.44%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=24.87%
G=55.44%
B=19.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48107380.5500.640.58111.347.5928.43
Hex306B26370403A6f301c
Octal6015346670100721576034
Binary110000110101110011011011101000000111010110111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306B26; }

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

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

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

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

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

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

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

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