#306214

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

Shades of Green House #306214

Tints of Green House #306214

Color information

#306214 (or 0x306214) is unknown color: approx Green House. HEX triplet: 30, 62 and 14. RGB value is (48,98,20). Sum of RGB (Red+Green+Blue) = 48+98+20=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #306214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306214 is #CF9DEB. Grayscale: #4A4A4A. Windows color (decimal): -13606380 or 1335856. OLE color: 1335856.

HSL color Cylindrical-coordinate representation of color #306214: hue angle of 98.46º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #306214 is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB489820-
CMYK0.5100.800.62
HSL98.46º66.1%23.14%-
HSV(B)98.46º79.59%38.43%-
XYZ5.719.412.18-
YUV74.1697.44109.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.92%
GREEN value IS 98 (38.67% from 255) = 59.04%
BLUE value IS 20 (8.20% from 255) = 12.05%
R=28.92%
G=59.04%
B=12.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4898200.5100.800.6298.4666.123.14
Hex306214330503E624217
Octal60142246301207614210227
Binary110000110001010100110011010100001111101100010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306214; }

 p { color: rgb(48,98,20); }

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

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

 a { background-color: rgb(48,98,20); }

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

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

 span { border-color: rgb(48,98,20); }

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