#31602F

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

Shades of Parsley #31602F

Tints of Parsley #31602F

Color information

#31602F (or 0x31602F) is unknown color: approx Parsley. HEX triplet: 31, 60 and 2F. RGB value is (49,96,47). Sum of RGB (Red+Green+Blue) = 49+96+47=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #31602F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31602F is #CE9FD0. Grayscale: #4C4C4C. Windows color (decimal): -13541329 or 3104817. OLE color: 3104817.

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

Color convert

RGB499647-
CMYK0.4900.510.62
HSL117.55º34.27%28.04%-
HSV(B)117.55º51.04%37.65%-
XYZ5.969.224.16-
YUV76.36111.43108.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 96 (37.89% from 255) = 50%
BLUE value IS 47 (18.75% from 255) = 24.48%
R=25.52%
G=50%
B=24.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996470.4900.510.62117.5534.2728.04
Hex31602F310333E76221c
Octal611405761063761664234
Binary11000111000001011111100010110011111110111011010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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