#1F643C

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

Shades of Green Pea #1F643C

Tints of Green Pea #1F643C

Color information

#1F643C (or 0x1F643C) is unknown color: approx Green Pea. HEX triplet: 1F, 64 and 3C. RGB value is (31,100,60). Sum of RGB (Red+Green+Blue) = 31+100+60=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 100 (39.45% from 255 or 52.36% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 100 - color contains mainly: green. Hex color #1F643C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F643C is #E09BC3. Grayscale: #4A4A4A. Windows color (decimal): -14719940 or 3957791. OLE color: 3957791.

HSL color Cylindrical-coordinate representation of color #1F643C: hue angle of 145.22º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F643C is Cyan = 0.69, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB3110060-
CMYK0.6900.40.61
HSL145.22º52.67%25.69%-
HSV(B)145.22º69%39.22%-
XYZ5.949.735.84-
YUV74.81119.6496.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.23%
GREEN value IS 100 (39.45% from 255) = 52.36%
BLUE value IS 60 (23.83% from 255) = 31.41%
R=16.23%
G=52.36%
B=31.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal31100600.6900.40.61145.2252.6725.69
Hex1F643C450283D91351a
Octal3714474105050752216532
Binary111111100100111100100010101010001111011001000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F643C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,100,60); }

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

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

 a { background-color: rgb(31,100,60); }

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

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

 span { border-color: rgb(31,100,60); }

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