#305F1B

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

Shades of Green House #305F1B

Tints of Green House #305F1B

Color information

#305F1B (or 0x305F1B) is unknown color: approx Green House. HEX triplet: 30, 5F and 1B. RGB value is (48,95,27). Sum of RGB (Red+Green+Blue) = 48+95+27=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 95 (37.5% from 255 or 55.88% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 95 - color contains mainly: green. Hex color #305F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305F1B is #CFA0E4. Grayscale: #494949. Windows color (decimal): -13607141 or 1793840. OLE color: 1793840.

HSL color Cylindrical-coordinate representation of color #305F1B: hue angle of 101.47º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #305F1B is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB489527-
CMYK0.4900.720.63
HSL101.47º55.74%23.92%-
HSV(B)101.47º71.58%37.25%-
XYZ5.518.892.46-
YUV73.19101.93110.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.24%
GREEN value IS 95 (37.5% from 255) = 55.88%
BLUE value IS 27 (10.94% from 255) = 15.88%
R=28.24%
G=55.88%
B=15.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4895270.4900.720.63101.4755.7423.92
Hex305F1B310483F653818
Octal6013733610110771457030
Binary11000010111111101111000101001000111111110010111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305F1B; }

 p { color: rgb(48,95,27); }

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

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

 a { background-color: rgb(48,95,27); }

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

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

 span { border-color: rgb(48,95,27); }

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