#306C23

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

Shades of Green House #306C23

Tints of Green House #306C23

Color information

#306C23 (or 0x306C23) is unknown color: approx Green House. HEX triplet: 30, 6C and 23. RGB value is (48,108,35). Sum of RGB (Red+Green+Blue) = 48+108+35=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 108 (42.58% from 255 or 56.54% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 108 - color contains mainly: green. Hex color #306C23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306C23 is #CF93DC. Grayscale: #515151. Windows color (decimal): -13603805 or 2321456. OLE color: 2321456.

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

Color convert

RGB4810835-
CMYK0.5600.680.58
HSL109.32º51.05%28.04%-
HSV(B)109.32º67.59%42.35%-
XYZ6.8811.473.44-
YUV81.74101.62103.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 108 (42.58% from 255) = 56.54%
BLUE value IS 35 (14.06% from 255) = 18.32%
R=25.13%
G=56.54%
B=18.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48108350.5600.680.58109.3251.0528.04
Hex306C23380443A6d331c
Octal6015443700104721556334
Binary110000110110010001111100001000100111010110110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,108,35); }

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

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

 a { background-color: rgb(48,108,35); }

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

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

 span { border-color: rgb(48,108,35); }

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