#305D1F

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

Shades of Green House #305D1F

Tints of Green House #305D1F

Color information

#305D1F (or 0x305D1F) is unknown color: approx Green House. HEX triplet: 30, 5D and 1F. RGB value is (48,93,31). Sum of RGB (Red+Green+Blue) = 48+93+31=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #305D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D1F is #CFA2E0. Grayscale: #484848. Windows color (decimal): -13607649 or 2055472. OLE color: 2055472.

HSL color Cylindrical-coordinate representation of color #305D1F: hue angle of 103.55º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305D1F is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB489331-
CMYK0.4800.670.64
HSL103.55º50%24.31%-
HSV(B)103.55º66.67%36.47%-
XYZ5.388.562.66-
YUV72.48104.59110.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 93 (36.72% from 255) = 54.07%
BLUE value IS 31 (12.5% from 255) = 18.02%
R=27.91%
G=54.07%
B=18.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4893310.4800.670.64103.555024.31
Hex305D1F3004340683218
Octal60135376001031001506230
Binary110000101110111111110000010000111000000110100011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,93,31); }

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

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

 a { background-color: rgb(48,93,31); }

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

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

 span { border-color: rgb(48,93,31); }

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