#1F5C3B

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

Shades of Green Pea #1F5C3B

Tints of Green Pea #1F5C3B

Color information

#1F5C3B (or 0x1F5C3B) is unknown color: approx Green Pea. HEX triplet: 1F, 5C and 3B. RGB value is (31,92,59). Sum of RGB (Red+Green+Blue) = 31+92+59=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 92 (36.33% from 255 or 50.55% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 92 - color contains mainly: green. Hex color #1F5C3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5C3B is #E0A3C4. Grayscale: #464646. Windows color (decimal): -14721989 or 3890207. OLE color: 3890207.

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

Color convert

RGB319259-
CMYK0.6600.360.64
HSL147.54º49.59%24.12%-
HSV(B)147.54º66.3%36.08%-
XYZ5.188.265.46-
YUV70121.79100.18-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.03%
GREEN value IS 92 (36.33% from 255) = 50.55%
BLUE value IS 59 (23.44% from 255) = 32.42%
R=17.03%
G=50.55%
B=32.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3192590.6600.360.64147.5449.5924.12
Hex1F5C3B4202440943218
Octal37134731020441002246230
Binary1111110111001110111000010010010010000001001010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,92,59); }

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

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

 a { background-color: rgb(31,92,59); }

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

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

 span { border-color: rgb(31,92,59); }

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