#31602B

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

Shades of Green House #31602B

Tints of Green House #31602B

Color information

#31602B (or 0x31602B) is unknown color: approx Green House. HEX triplet: 31, 60 and 2B. RGB value is (49,96,43). Sum of RGB (Red+Green+Blue) = 49+96+43=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #31602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31602B is #CE9FD4. Grayscale: #4C4C4C. Windows color (decimal): -13541333 or 2842673. OLE color: 2842673.

HSL color Cylindrical-coordinate representation of color #31602B: hue angle of 113.21º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31602B is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB499643-
CMYK0.4900.550.62
HSL113.21º38.13%27.25%-
HSV(B)113.21º55.21%37.65%-
XYZ5.899.193.75-
YUV75.9109.43108.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 96 (37.89% from 255) = 51.06%
BLUE value IS 43 (17.19% from 255) = 22.87%
R=26.06%
G=51.06%
B=22.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996430.4900.550.62113.2138.1327.25
Hex31602B310373E71261b
Octal611405361067761614633
Binary11000111000001010111100010110111111110111000110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31602B; }

 p { color: rgb(49,96,43); }

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

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

 a { background-color: rgb(49,96,43); }

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

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

 span { border-color: rgb(49,96,43); }

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