#306227

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

Shades of Green House #306227

Tints of Green House #306227

Color information

#306227 (or 0x306227) is unknown color: approx Green House. HEX triplet: 30, 62 and 27. RGB value is (48,98,39). Sum of RGB (Red+Green+Blue) = 48+98+39=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #306227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306227 is #CF9DD8. Grayscale: #4C4C4C. Windows color (decimal): -13606361 or 2581040. OLE color: 2581040.

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

Color convert

RGB489839-
CMYK0.5100.600.62
HSL110.85º43.07%26.86%-
HSV(B)110.85º60.2%38.43%-
XYZ5.959.513.44-
YUV76.32106.94107.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 98 (38.67% from 255) = 52.97%
BLUE value IS 39 (15.62% from 255) = 21.08%
R=25.95%
G=52.97%
B=21.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4898390.5100.600.62110.8543.0726.86
Hex3062273303C3E6f2b1b
Octal601424763074761575333
Binary11000011000101001111100110111100111110110111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306227; }

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

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

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

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

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

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

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

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