#1F5D3A

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

Shades of Green Pea #1F5D3A

Tints of Green Pea #1F5D3A

Color information

#1F5D3A (or 0x1F5D3A) is unknown color: approx Green Pea. HEX triplet: 1F, 5D and 3A. RGB value is (31,93,58). Sum of RGB (Red+Green+Blue) = 31+93+58=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5D3A is #E0A2C5. Grayscale: #464646. Windows color (decimal): -14721734 or 3824927. OLE color: 3824927.

HSL color Cylindrical-coordinate representation of color #1F5D3A: hue angle of 146.13º 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 #1F5D3A is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB319358-
CMYK0.6700.380.64
HSL146.13º50%24.31%-
HSV(B)146.13º66.67%36.47%-
XYZ5.248.435.35-
YUV70.47120.9699.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.03%
GREEN value IS 93 (36.72% from 255) = 51.10%
BLUE value IS 58 (23.05% from 255) = 31.87%
R=17.03%
G=51.10%
B=31.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3193580.6700.380.64146.135024.31
Hex1F5D3A4302640923218
Octal37135721030461002226230
Binary1111110111011110101000011010011010000001001001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F5D3A; }

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

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

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

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

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

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

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

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