#1F5C43

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

Shades of Green Pea #1F5C43

Tints of Green Pea #1F5C43

Color information

#1F5C43 (or 0x1F5C43) is unknown color: approx Green Pea. HEX triplet: 1F, 5C and 43. RGB value is (31,92,67). Sum of RGB (Red+Green+Blue) = 31+92+67=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 92 (36.33% from 255 or 48.42% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 92 - color contains mainly: green. Hex color #1F5C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5C43 is #E0A3BC. Grayscale: #464646. Windows color (decimal): -14721981 or 4414495. OLE color: 4414495.

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

Color convert

RGB319267-
CMYK0.6600.270.64
HSL155.41º49.59%24.12%-
HSV(B)155.41º66.3%36.08%-
XYZ5.418.356.64-
YUV70.91125.7999.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.32%
GREEN value IS 92 (36.33% from 255) = 48.42%
BLUE value IS 67 (26.56% from 255) = 35.26%
R=16.32%
G=48.42%
B=35.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3192670.6600.270.64155.4149.5924.12
Hex1F5C434201B409b3218
Octal371341031020331002336230
Binary1111110111001000011100001001101110000001001101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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