#306212

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

Shades of Green House #306212

Tints of Green House #306212

Color information

#306212 (or 0x306212) is unknown color: approx Green House. HEX triplet: 30, 62 and 12. RGB value is (48,98,18). Sum of RGB (Red+Green+Blue) = 48+98+18=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #306212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306212 is #CF9DED. Grayscale: #4A4A4A. Windows color (decimal): -13606382 or 1204784. OLE color: 1204784.

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

Color convert

RGB489818-
CMYK0.5100.820.62
HSL97.5º68.97%22.75%-
HSV(B)97.5º81.63%38.43%-
XYZ5.79.412.09-
YUV73.9396.44109.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 98 (38.67% from 255) = 59.76%
BLUE value IS 18 (7.42% from 255) = 10.98%
R=29.27%
G=59.76%
B=10.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4898180.5100.820.6297.568.9722.75
Hex306212330523E624517
Octal60142226301227614210527
Binary110000110001010010110011010100101111101100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306212; }

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

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

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

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

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

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

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

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